共用方式為


Shell.SetUnselectedColor(BindableObject, Color) 方法

定義

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

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

參數

obj
BindableObject

要設定色彩的物件。

value
Color

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

適用於