Condividi tramite


StatusBar.ForegroundColor Proprietà

Definizione

Ottiene o imposta il colore di primo piano della barra di stato. Il canale alfa del colore non viene utilizzato.

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 = statusBar.foregroundColor;
statusBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

Valore della proprietà

Colore di primo piano della barra di stato.

Si applica a