Freigeben über


Shell.FlyoutBackgroundImage Eigenschaft

Definition

Ruft das Flyouthintergrundbild ab oder legt es fest. Vom Typ ImageSource kann es sich um eine Datei, eingebettete Ressource, einen URI oder einen Datenstrom sein.

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

Eigenschaftswert

Attribute

Gilt für: