Bagikan melalui


AppWindowTitleBar.ButtonHoverBackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang tombol bilah judul saat penunjuk berada di atasnya.

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)

Nilai Properti

Warna latar belakang tombol bilah judul saat penunjuk berada di atasnya.

Berlaku untuk

Lihat juga