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