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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.