Shell.FlyoutBackgroundImage プロパティ

定義

ポップアップの背景イメージを取得または設定します。 ImageSource の種類は、ファイル、埋め込みリソース、URI、またはストリームのいずれかです。

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

プロパティ値

属性

適用対象