共用方式為


Shell.SetTabBarDisabledColor(BindableObject, Color) 方法

定義

設定索引標籤的停用色彩。 如果 屬性未設定,則會 DisabledColorProperty 使用 值。

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

參數

obj
BindableObject

要設定色彩的物件。

value
Color

為索引標籤設定的色彩已停用。

適用於