TextFormattingRunProperties.TextDecorationsEmpty 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 decorations collection is empty.
public:
property bool TextDecorationsEmpty { bool get(); };
public:
property bool TextDecorationsEmpty { bool get(); };
public bool TextDecorationsEmpty { get; }
member this.TextDecorationsEmpty : bool
Public ReadOnly Property TextDecorationsEmpty As Boolean
Property Value
true
if the text decorations collection is empty, false
otherwise.