다음을 통해 공유


ApplicationViewTitleBar.ForegroundColor 속성

정의

제목 표시줄 전경의 색을 가져오거나 설정합니다.

public:
 property IReference<Color> ^ ForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ForegroundColor();

void ForegroundColor(IReference<Color> value);
public System.Nullable<Color> ForegroundColor { get; set; }
var iReference = applicationViewTitleBar.foregroundColor;
applicationViewTitleBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

속성 값

제목 표시줄 전경의 색입니다. (색을 참조 하세요.)

적용 대상