Freigeben über


TextFormattingRunProperties.TextEffectsEmpty Property

Determines whether the text effects collection is empty.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public ReadOnly Property TextEffectsEmpty As Boolean
public bool TextEffectsEmpty { get; }
public:
property bool TextEffectsEmpty {
    bool get ();
}
member TextEffectsEmpty : bool
function get TextEffectsEmpty () : boolean

Property Value

Type: System.Boolean
true if the text effects collection is empty, false otherwise.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace