The TextRange type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| End |
Get the position that marks the end of the text range.
| |
| IsEmpty |
Gets a value indicating whether the text range is empty.
| |
| Max |
Gets the larger of the start and end point.
| |
| Min |
Gets the smaller of the start and end point.
| |
| Start |
Gets the position that marks the beginning of the text range.
|