Compartir a través de


IWpfTextView.Background (Propiedad)

Obtiene o establece la imagen para el elemento visual.

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

Sintaxis

'Declaración
Property Background As Brush
Brush Background { get; set; }
property Brush^ Background {
    Brush^ get ();
    void set (Brush^ value);
}
abstract Background : Brush with get, set
function get Background () : Brush 
function set Background (value : Brush)

Valor de propiedad

Tipo: Brush
El fondo del elemento visual.

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextView Interfaz

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