TextFormattingRunProperties.BackgroundOpacity, propriété

Retourne l'opacité de l'arrière-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 BackgroundOpacity As Double
public double BackgroundOpacity { get; }
public:
property double BackgroundOpacity {
    double get ();
}
member BackgroundOpacity : float with get
function get BackgroundOpacity () : double

Valeur de propriété

Type : Double
L'opacité de l'arrière-plan.

Notes

Retourne 1,0 si BackgroundOpacityEmpty est true.

Sécurité .NET Framework

Voir aussi

Référence

TextFormattingRunProperties Classe

Microsoft.VisualStudio.Text.Formatting, espace de noms