다음을 통해 공유


Shell.GetTabBarUnselectedColor(BindableObject) 메서드

정의

탭 표시줄의 제목 색을 가져옵니다.

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

매개 변수

obj
BindableObject

색이 설정된 개체입니다.

반환

탭 표시줄의 제목 색입니다.

적용 대상