Bagikan melalui


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

Nilai Properti

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

Berlaku untuk