'Declaration Public Function New( _ ByVal offset As System.Single, _ Optional ByVal alignment As TabStopAlignment, _ Optional ByVal leader As TabStopLeader _ )
public TabStop( System.float offset, TabStopAlignment alignment, TabStopLeader leader )
Parameters
- offset
- The tab stop position, in graphic units.
- alignment
- Specifies how the text is aligned relative to the tab stop.
- leader
- Specifies the type of the leader line.