Condividi tramite


ApplicationViewTitleBar.ForegroundColor Proprietà

Definizione

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

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

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

Valore della proprietà

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

Si applica a