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
- 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.