共用方式為


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)

屬性值

狀態列的前景色彩。

適用於