共用方式為


Shell.GetForegroundColor(BindableObject) 方法

定義

取得索引標籤的前景色彩。

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

參數

obj
BindableObject

設定前景色彩的物件。

傳回

索引標籤的前景色彩。

適用於