StatusBar.ForegroundColor 属性

定义

获取或设置状态栏的前景色。 不使用颜色的 alpha 通道。

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)

属性值

状态栏的前景色。

适用于