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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TabPosition(
	Unit position,
	TabAlignmentEnum alignment
)
Visual Basic
Public Sub New ( _
	position As Unit, _
	alignment As TabAlignmentEnum _
)

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.

See Also