Compartir a través de


EditorFormatDefinition.ForegroundColor (Propiedad)

Obtiene o establece el color de primer plano para este elemento.

Espacio de nombres:  Microsoft.VisualStudio.Text.Classification
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
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>)

Valor de propiedad

Tipo: Nullable<Color>
El color de primer plano.

Comentarios

Si se establece el pincel de primer plano, este color se omitirá.

Seguridad de .NET Framework

Vea también

Referencia

EditorFormatDefinition Clase

Microsoft.VisualStudio.Text.Classification (Espacio de nombres)