[]
Initializes a new instance of the TabStop struct.
public TabStop(int position, string leadingChar, TabType type)
Type | Name | Description |
---|---|---|
int | position | The position of the tab stop in TWIPs. |
string | leadingChar | The character used to fill the space created by the tab stop. |
TabType | type | The type of the tab stop. |