TextFormattingRunProperties.BackgroundOpacityEmpty, propriété

Détermine si une opération opacité personnalisée est explicitement définie pour 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 BackgroundOpacityEmpty As Boolean
public bool BackgroundOpacityEmpty { get; }
public:
property bool BackgroundOpacityEmpty {
    bool get ();
}
member BackgroundOpacityEmpty : bool with get
function get BackgroundOpacityEmpty () : boolean

Valeur de propriété

Type : Boolean
true si toute opacité personnalisée est explicitement définie pour l'arrière-plan, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

TextFormattingRunProperties Classe

Microsoft.VisualStudio.Text.Formatting, espace de noms