共用方式為


Shell.SetForegroundColor(BindableObject, Color) 方法

定義

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

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

參數

obj
BindableObject

設定前景色彩的物件。

value
Color

索引標籤的前景色彩。

適用於