Gets a first tab stop to the left of a specified position.
'Declaration
Public Function Before( _
ByVal As System.Single _
) As TabStop
public TabStop Before(
System.float
)
Parameters
- position
- The tab stop position (in points).
Return Value
The tab stop object, or null if a suitable tab stop was not found.