Gets the smaller of the start and end point.

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

Syntax

C#
public TextPointer Min { get; }
Visual Basic
Public ReadOnly Property Min As TextPointer
	Get
Visual C++
public:
property TextPointer^ Min {
	TextPointer^ get ();
}

Field Value

The min.

See Also