AppWindowTitleBar.ButtonInactiveForegroundColor Propiedad

Definición

Obtiene o establece el color de primer plano de un botón de barra de título cuando está inactivo.

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

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

Valor de propiedad

Color de primer plano de un botón de barra de título cuando está inactivo.

Se aplica a

Consulte también