Bagikan melalui


AppWindowTitleBar.ButtonInactiveBackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang tombol bilah judul saat tidak aktif.

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

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

Nilai Properti

Warna latar belakang tombol bilah judul saat tidak aktif.

Berlaku untuk

Lihat juga