The TabPosition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TabPosition(Unit) |
Initializes a new instance of the TabPosition class,
at the specified position, with the default (Left) text alignment.
|
|
TabPosition(Unit, TabAlignmentEnum) |
Initializes a new instance of the TabPosition class,
at the specified position and with the specified text alignment.
|
|
TabPosition(Unit, TabAlignmentEnum, Char) |
Initializes a new instance of the TabPosition class,
at the specified position and with the specified text alignment and fill character.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another TabPosition to the current object.
|
Properties
Name | Description | |
---|---|---|
Alignment |
Gets or sets the text alignment at the current tab.
|
|
FillChar |
Gets or sets the char used to fill the space between the current and the preceding tabs.
|
|
Position |
Gets or sets the tab stop position, relative to the left of the text area.
|