TextFormattingRunProperties.TextEffectsEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the text effects collection is empty.
public:
property bool TextEffectsEmpty { bool get(); };
public:
property bool TextEffectsEmpty { bool get(); };
public bool TextEffectsEmpty { get; }
member this.TextEffectsEmpty : bool
Public ReadOnly Property TextEffectsEmpty As Boolean
Property Value
true
if the text effects collection is empty, false
otherwise.