[]
Gets a first tab stop to the left of a specified position.
public TabStop Before(float position)
Public Function Before(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. |