Shell.GetTabBarForegroundColor(BindableObject) 方法

定义

获取禁用选项卡栏时的颜色。

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

参数

obj
BindableObject

设置颜色的对象。

返回

选项卡栏的禁用颜色。

适用于