Share via


AppWindowTitleBar.ButtonPressedBackgroundColor Proprietà

Definizione

Ottiene o imposta il colore di sfondo di un pulsante della barra del titolo quando viene premuto.

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

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

Valore della proprietà

Colore di sfondo di un pulsante della barra del titolo quando viene premuto.

Si applica a

Vedi anche