'Declaration Public Overloads Function Add( _ ByVal position As System.Single, _ ByVal alignment As TabStopAlignment _ ) As TabStop
public TabStop Add( System.float position, TabStopAlignment alignment )
Parameters
- position
- The position (in points) where to add the tab stop.
- alignment
- A TabStopAlignment value that specifies the alignment of text at the tab stop.
Return Value
The new tab stop object added at the specified position.