IWpfTextView.Background, propriété

Obtient ou définit l'arrière-plan de l'élément visuel.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Brush
L'arrière-plan de l'élément visuel.

Sécurité .NET Framework

Voir aussi

Référence

IWpfTextView Interface

Microsoft.VisualStudio.Text.Editor, espace de noms