다음을 통해 공유


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

전경색이 설정된 개체입니다.

반환

탭 표시줄의 전경색입니다.

적용 대상