Gets a value indicating whether the text range is empty.
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
Property Value
Type: Booleantrue if this instance is empty; otherwise, false.
Remarks
A TextRange is considered empty if the Start and End positions are equal.
See Also