[]
Gets a tab stop at the given index.
public TabStop this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| TabStop | An index into the collection of tab stops. |
Gets a tab stop at a specified position.
public TabStop this[float position] { get; }
| Type | Name | Description |
|---|---|---|
| float | position | The position (in points) of the tab stop. |
| Type | Description |
|---|---|
| TabStop | Returns the tab stop at the specified position. |