Get the position that marks the end of the text range.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public TextPointer End { get; protected set; }
Visual Basic
Public Property End As TextPointer
	Get
	Protected Set
Visual C++
public:
property TextPointer^ End {
	TextPointer^ get ();
	protected: void set (TextPointer^ value);
}

Field Value

The end.

See Also