ApplicationViewTitleBar.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 = applicationViewTitleBar.backgroundColor;
applicationViewTitleBar.backgroundColor = iReference;
Public Property BackgroundColor As Nullable(Of Color)

プロパティ値

タイトル バーの背景の色。 ( 「色」を参照)。

タイトル バーのサンプルを参照してください。

適用対象

こちらもご覧ください