Partager via


TextFormattingRunProperties.ForegroundOpacity, propriété

Obtient l'opacité du premier plan.

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

Syntaxe

'Déclaration
Public ReadOnly Property ForegroundOpacity As Double
public double ForegroundOpacity { get; }
public:
property double ForegroundOpacity {
    double get ();
}
member ForegroundOpacity : float with get
function get ForegroundOpacity () : double

Valeur de propriété

Type : Double
L'opacité du premier plan.

Notes

Retourne 1,0 si ForegroundOpacityEmpty est true.

Sécurité .NET Framework

Voir aussi

Référence

TextFormattingRunProperties Classe

Microsoft.VisualStudio.Text.Formatting, espace de noms