Partager via


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

Voir aussi

Référence

TextFormattingRunProperties Classe

Microsoft.VisualStudio.Text.Formatting, espace de noms