The TabPosition type exposes the following members.

Constructors

  Name Description
Public method TabPosition(Unit)
Initializes a new instance of the TabPosition class, at the specified position, with the default (Left) text alignment.
Public method TabPosition(Unit, TabAlignmentEnum)
Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment.
Public method 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
Public method AssignFrom
Assigns (copies) properties from another TabPosition to the current object.

Properties

  Name Description
Public property Alignment
Gets or sets the text alignment at the current tab.
Public property FillChar
Gets or sets the char used to fill the space between the current and the preceding tabs.
Public property Position
Gets or sets the tab stop position, relative to the left of the text area.

See Also