Compartir a través de


EditorFormatDefinition.BackgroundColor (Propiedad)

Obtiene o establece el color del fondo 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 BackgroundColor As Nullable(Of Color)
public Nullable<Color> BackgroundColor { get; protected set; }
public:
property Nullable<Color> BackgroundColor {
    Nullable<Color> get ();
    protected: void set (Nullable<Color> value);
}
member BackgroundColor : Nullable<Color> with get, set
function get BackgroundColor () : Nullable<Color>
protected function set BackgroundColor (value : Nullable<Color>)

Valor de propiedad

Tipo: Nullable<Color>
el color de fondo

Comentarios

Si se establece el pincel del fondo, este color se omitirá.

Seguridad de .NET Framework

Vea también

Referencia

EditorFormatDefinition Clase

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