共用方式為


Shell.SetTabBarForegroundColor(BindableObject, Color) 方法

定義

設定索引標籤的前景色彩。 如果屬性未設定,則會使用ForegroundColor屬性值。

public:
 static void SetTabBarForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetTabBarForegroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetTabBarForegroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetTabBarForegroundColor (obj As BindableObject, value As Color)

參數

obj
BindableObject

要設定色彩的物件。

value
Color

索引標籤的前景色彩。

適用於