共用方式為


Shell.SetFlyoutBackdrop(BindableObject, Brush) 方法

定義

設定飛出視窗的背景,這是飛出視窗重疊的外觀。

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

在飛出視窗的背景中使用的筆刷。

適用於