Compartir a través de


Shell.FlyoutBackgroundImage Propiedad

Definición

Obtiene o establece la imagen de fondo del control flotante. De tipo ImageSource, podría ser un archivo, un recurso incrustado, un URI o una secuencia.

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

Valor de propiedad

Atributos

Se aplica a