次の方法で共有


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

タブ バーに設定する色は無効です。

適用対象