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