Initializes a new instance of the TabPosition class,
at the specified position and with the specified text alignment and fill character.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public TabPosition( Unit position, TabAlignmentEnum alignment, char fillChar ) |
Visual Basic |
---|
Public Sub New ( _ position As Unit, _ alignment As TabAlignmentEnum, _ fillChar As Char _ ) |
Parameters
- position
- Type: C1.C1Preview..::..Unit
The tab position, relative to the left edge of the text area.
- alignment
- Type: C1.C1Preview..::..TabAlignmentEnum
The text alignment at this tab position.
- fillChar
- Type: System..::..Char
The character used to fill the area between the preceding and the current tab stops.