Compartilhar via


Propriedade IWpfTextView.Background

Obtém ou define o plano de fundo do elemento visual.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Brush
O plano de fundo do elemento visual.

Segurança do .NET Framework

Consulte também

Referência

IWpfTextView Interface

Namespace Microsoft.VisualStudio.Text.Editor