AppWindowTitleBar.ButtonBackgroundColor プロパティ

定義

タイトル バー ボタンの背景色を取得または設定します。

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

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

プロパティ値

タイトル バー ボタンの背景色。

適用対象

こちらもご覧ください