Compartir a través de


AppWindowTitleBar.ButtonPressedBackgroundColor Propiedad

Definición

Obtiene o establece el color de fondo de un botón de barra de título cuando se presiona.

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)

Valor de propiedad

Color de fondo de un botón de barra de título cuando se presiona. (Vea Color).

Se aplica a