StatusBar.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 = statusBar.foregroundColor;
statusBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

속성 값

상태 막대의 전경색입니다.

적용 대상