[]
Gets the first tab stop to the right of a specified position.
public TabStop After(float position)
Public Function After(position As Single) As TabStop
Type | Name | Description |
---|---|---|
float | position | The tab stop position (in points). |
Type | Description |
---|---|
TabStop | The tab stop object, or null if a suitable tab stop was not found. |