[]
Initializes a new instance of the TabPosition class, at the specified position, with the default (Left) text alignment.
public TabPosition(Unit position)
Type | Name | Description |
---|---|---|
Unit | position | The tab position, relative to the left edge of the text area. |
Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment.
public TabPosition(Unit position, TabAlignmentEnum alignment)
Type | Name | Description |
---|---|---|
Unit | position | The tab position, relative to the left edge of the text area. |
TabAlignmentEnum | alignment | The text alignment at this tab position. |
Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment and fill character.
public TabPosition(Unit position, TabAlignmentEnum alignment, char fillChar)
Type | Name | Description |
---|---|---|
Unit | position | The tab position, relative to the left edge of the text area. |
TabAlignmentEnum | alignment | The text alignment at this tab position. |
char | fillChar | The character used to fill the area between the preceding and the current tab stops. |