Condividi tramite


Proprietà EditorFormatDefinition.ForegroundColor

Ottiene o imposta il colore di primo piano di questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
Public Property ForegroundColor As Nullable(Of Color)
public Nullable<Color> ForegroundColor { get; protected set; }
public:
property Nullable<Color> ForegroundColor {
    Nullable<Color> get ();
    protected: void set (Nullable<Color> value);
}
member ForegroundColor : Nullable<Color> with get, set
function get ForegroundColor () : Nullable<Color>
protected function set ForegroundColor (value : Nullable<Color>)

Valore proprietà

Tipo: Nullable<Color>
Il colore di primo piano.

Note

Se il pennello in primo piano è impostato, il colore verrà ignorato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EditorFormatDefinition Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Classification