Shell.FlyoutBackgroundImage Property

Definition

public:
 property Microsoft::Maui::Controls::ImageSource ^ FlyoutBackgroundImage { Microsoft::Maui::Controls::ImageSource ^ get(); void set(Microsoft::Maui::Controls::ImageSource ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ImageSourceConverter))]
public Microsoft.Maui.Controls.ImageSource FlyoutBackgroundImage { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ImageSourceConverter))>]
member this.FlyoutBackgroundImage : Microsoft.Maui.Controls.ImageSource with get, set
Public Property FlyoutBackgroundImage As ImageSource

Property Value

Attributes

Applies to