共用方式為


Shell.SetBackgroundColor(BindableObject, Color) 方法

定義

設定 Shell Chrome 中的背景色彩。 色彩不會填入Shell內容後方。

public:
 static void SetBackgroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetBackgroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetBackgroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetBackgroundColor (obj As BindableObject, value As Color)

參數

obj
BindableObject

設定背景色彩的物件。

value
Color

Shell Chrome 的背景色彩。

適用於