Condividi tramite


ApplicationViewTitleBar.InactiveForegroundColor Proprietà

Definizione

Ottiene o imposta il colore della barra del titolo in primo piano quando è inattivo.

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

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

Valore della proprietà

Colore della barra del titolo in primo piano quando è inattivo. (Vedere Colore).

Si applica a