共用方式為


Shell.GetBackgroundColor(BindableObject) 方法

定義

取得 Shell Chrome 中的背景色彩。

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

參數

obj
BindableObject

設定背景色彩的物件。

傳回

Shell Chrome 的背景色彩。

適用於