[]
Gets a tab stop at a specified position.
public bool TryGetValue(float position, out TabStop tabStop)
| Type | Name | Description |
|---|---|---|
| float | position | The position (in points) of the tab stop. |
| TabStop | tabStop | When this method returns, contains the tab stop at the specified position if the tab stop was found, otherwise contains null. |
| Type | Description |
|---|---|
| bool | True if the tab stop at the specified position is found, false otherwise. |