次の方法で共有


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)

プロパティ値

ステータス バーの前景色。

適用対象