次の方法で共有


Shell.GetTabBarDisabledColor(BindableObject) メソッド

定義

タブ バーの背景色を取得します。

public:
 static Microsoft::Maui::Graphics::Color ^ GetTabBarDisabledColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetTabBarDisabledColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetTabBarDisabledColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetTabBarDisabledColor (obj As BindableObject) As Color

パラメーター

obj
BindableObject

色を設定するオブジェクト。

戻り値

タブ バーの背景色。

適用対象