次の方法で共有


StatusBar.BackgroundColor プロパティ

定義

ステータス バーの背景色を取得または設定します。 色のアルファ チャネルは使用されません。

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

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

プロパティ値

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

適用対象