Partager via


ClassificationFormatDefinition.ForegroundOpacity, propriété

Obtient ou définit l'opacité du premier 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 ForegroundOpacity As Nullable(Of Double)
public Nullable<double> ForegroundOpacity { get; protected set; }
public:
property Nullable<double> ForegroundOpacity {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member ForegroundOpacity : Nullable<float> with get, set
function get ForegroundOpacity () : Nullable<double>
protected function set ForegroundOpacity (value : Nullable<double>)

Valeur de propriété

Type : Nullable<Double>
Opacité du premier plan.

Notes

Cette valeur substitue les paramètres d'opacité dans la propriété de ForegroundBrush 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