AppWindowTitleBar.InactiveBackgroundColor Propiedad

Definición

Obtiene o establece el color del fondo de la barra de título cuando está inactivo.

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

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

Valor de propiedad

Color del fondo de la barra de título cuando está inactivo.

Se aplica a

Consulte también