Shell.SetTabBarDisabledColor(BindableObject, Color) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置选项卡栏的禁用颜色。 如果该属性未设置, 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
为选项卡栏设置的颜色处于禁用状态。