Shell.SetFlyoutBackdrop(BindableObject, Brush) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定飛出視窗的背景,這是飛出視窗重疊的外觀。
public:
static void SetFlyoutBackdrop(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Controls::Brush ^ value);
public static void SetFlyoutBackdrop (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.Brush value);
static member SetFlyoutBackdrop : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.Brush -> unit
Public Shared Sub SetFlyoutBackdrop (obj As BindableObject, value As Brush)
參數
- obj
- BindableObject
設定背景筆刷的物件。
- value
- Brush
在飛出視窗的背景中使用的筆刷。