共用方式為


Shell.GetFlyoutBackdrop(BindableObject) 方法

定義

取得殼層 Chrome 中未選取文字和圖示的色彩。

public:
 static Microsoft::Maui::Controls::Brush ^ GetFlyoutBackdrop(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Controls.Brush GetFlyoutBackdrop (Microsoft.Maui.Controls.BindableObject obj);
static member GetFlyoutBackdrop : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.Brush
Public Shared Function GetFlyoutBackdrop (obj As BindableObject) As Brush

參數

obj
BindableObject

要設定色彩的物件。

傳回

Shell Chrome 中未選取文字和圖示的色彩。

適用於