Gets the position that marks the beginning 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 Start { get; protected set; }
Visual Basic
Public Property Start As TextPointer
	Get
	Protected Set
Visual C++
public:
property TextPointer^ Start {
	TextPointer^ get ();
	protected: void set (TextPointer^ value);
}

Field Value

The start.

See Also