TextRange Constructors
A text range that specifies the position and length of a text fragment in a text run.| Name | Parameters | Description |
|---|---|---|
| TextRange(Int32, Int32) | start, length | Initializes a new instance of the TextRange class with specified settings. |
See Also