다음을 통해 공유


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

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

적용 대상