[]
Represents the content range of the textbox.
public interface ITextContentRange : IContentRange
| Name | Description |
|---|---|
| EndPosition | Gets the end of the text range. |
| Height | Gets the full height of the textbox. |
| HorizontalOffset | Gets the horizontal offset. |
| IsSingleLine | Gets a value indicating whether this text run is fitted into one text line. |
| ScaleX | Gets the horizontal scale factor. |
| StartPosition | Gets the beginning of the text range. |
| Text | Gets the text value. |
| Width | Gets the full width of the textbox. |