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

为选项卡栏设置的颜色处于禁用状态。

适用于