[]
Gets a tab stop at the given index.
public TabStop this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TabStop
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; }
Public ReadOnly Default Property Item(position As Single) As TabStop
Type | Name | Description |
---|---|---|
float | position | The position (in points) of the tab stop. |
Type | Description |
---|---|
TabStop | Returns the tab stop at the specified position. |