AppWindowTitleBar.ButtonPressedForegroundColor Propiedad

Definición

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

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

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

Valor de propiedad

Color de primer plano de un botón de barra de título cuando se presiona.

Se aplica a

Consulte también