Bagikan melalui


AppWindowTitleBar.ButtonBackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang tombol bilah judul.

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)

Nilai Properti

Warna latar belakang tombol bilah judul.

Berlaku untuk

Lihat juga