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.1.0)

Syntax

C#
public bool IsEmpty { get; }
Visual Basic
Public ReadOnly Property IsEmpty As Boolean
	Get
Visual C++
public:
property bool IsEmpty {
	bool get ();
}

Field Value

true if this instance is empty; otherwise, false.

Remarks

A TextRange is considered empty if the Start and End positions are equal.

See Also