[]
        
(Showing Draft Content)

C1.C1Preview.TabPosition.-ctor

TabPosition Constructor

TabPosition(Unit)

Initializes a new instance of the TabPosition class, at the specified position, with the default (Left) text alignment.

Declaration
public TabPosition(Unit position)
Public Sub New(position As Unit)
Parameters
Type Name Description
Unit position

The tab position, relative to the left edge of the text area.

TabPosition(Unit, TabAlignmentEnum)

Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment.

Declaration
public TabPosition(Unit position, TabAlignmentEnum alignment)
Public Sub New(position As Unit, alignment As TabAlignmentEnum)
Parameters
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.

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.

Declaration
public TabPosition(Unit position, TabAlignmentEnum alignment, char fillChar)
Public Sub New(position As Unit, alignment As TabAlignmentEnum, fillChar As Char)
Parameters
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.