AppWindowTitleBar.ButtonInactiveBackgroundColor Propiedad

Definición

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

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

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

Valor de propiedad

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

Se aplica a

Consulte también