Shell.FlyoutBackgroundImageProperty Field

Definition

Sets the flyout background image, of type ImageSource, to a file, embedded resource, URI, or stream.

public: static initonly Microsoft::Maui::Controls::BindableProperty ^ FlyoutBackgroundImageProperty;
public static readonly Microsoft.Maui.Controls.BindableProperty FlyoutBackgroundImageProperty;
 staticval mutable FlyoutBackgroundImageProperty : Microsoft.Maui.Controls.BindableProperty
Public Shared ReadOnly FlyoutBackgroundImageProperty As BindableProperty 

Field Value

Remarks

The flyout background image appears beneath the flyout header and behind any flyout items, menu items, and the flyout footer.

Applies to