다음을 통해 공유


Shell.SetTabBarDisabledColor(BindableObject, Color) 메서드

정의

탭 표시줄의 비활성화된 색을 설정합니다. 속성이 설정되지 않은 경우 값이 DisabledColorProperty 사용됩니다.

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

매개 변수

obj
BindableObject

색이 설정된 개체입니다.

value
Color

탭 표시줄에 대해 설정할 색을 사용할 수 없습니다.

적용 대상