共用方式為


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

要設定色彩的物件。

傳回

索引標籤的停用色彩。

適用於