Partager via


CompletionPresenterStyle.SelectionBackgroundBrush, propriété

Obtient un pinceau qui est utilisé pour peindre l'arrière-plan de l'élément sélectionné d'achèvement.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Public Overridable Property SelectionBackgroundBrush As Brush
public virtual Brush SelectionBackgroundBrush { get; protected set; }
public:
virtual property Brush^ SelectionBackgroundBrush {
    Brush^ get ();
    protected: void set (Brush^ value);
}
abstract SelectionBackgroundBrush : Brush with get, set 
override SelectionBackgroundBrush : Brush with get, set
function get SelectionBackgroundBrush () : Brush 
protected function set SelectionBackgroundBrush (value : Brush)

Valeur de propriété

Type : Brush
Brush.

Sécurité .NET Framework

Voir aussi

Référence

CompletionPresenterStyle Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms