AppWindowTitleBar.ButtonHoverBackgroundColor プロパティ

定義

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

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

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

プロパティ値

ポインターが上にある場合のタイトル バー ボタンの背景色。

適用対象

こちらもご覧ください