TextFormattingRunProperties.ForegroundOpacityEmpty, propriété
Détermine si une opération opacité personnalisée est explicitement définie pour le 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 ForegroundOpacityEmpty As Boolean
public bool ForegroundOpacityEmpty { get; }
public:
property bool ForegroundOpacityEmpty {
bool get ();
}
member ForegroundOpacityEmpty : bool with get
function get ForegroundOpacityEmpty () : boolean
Valeur de propriété
Type : Boolean
true si toute opacité personnalisée est explicitement définie pour le premier plan, sinon false.
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.