Condividi tramite


AppWindowTitleBar.InactiveBackgroundColor Proprietà

Definizione

Ottiene o imposta il colore dello sfondo della barra del titolo quando è inattivo.

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)

Valore della proprietà

Colore dello sfondo della barra del titolo quando è inattivo.

Si applica a

Vedi anche