Partager via


ClassificationFormatDefinition.BackgroundOpacity, propriété

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

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

Syntaxe

'Déclaration
Public Property BackgroundOpacity As Nullable(Of Double)
public Nullable<double> BackgroundOpacity { get; protected set; }
public:
property Nullable<double> BackgroundOpacity {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member BackgroundOpacity : Nullable<float> with get, set
function get BackgroundOpacity () : Nullable<double>
protected function set BackgroundOpacity (value : Nullable<double>)

Valeur de propriété

Type : Nullable<Double>
Opacité.

Notes

Cette valeur substituera les paramètres d'opacité dans la propriété de BackgroundBrush si ce format de classification a une priorité supérieure.

Sécurité .NET Framework

Voir aussi

Référence

ClassificationFormatDefinition Classe

Microsoft.VisualStudio.Text.Classification, espace de noms