共用方式為


Shell.SetDisabledColor(BindableObject, Color) 方法

定義

將色彩設定為停用的文字和圖示。

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

參數

obj
BindableObject

已停用色彩設定的物件。

value
Color

索引標籤的停用色彩。

適用於