[]
Initializes a new instance of the TabPosition class, at the specified position, with the default (Left) text alignment.
public TabPosition(Unit position)
Public Sub New(position As Unit)
| 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)
Public Sub New(position As Unit, alignment As TabAlignmentEnum)
| 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)
Public Sub New(position As Unit, alignment As TabAlignmentEnum, fillChar As Char)
| 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. |