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

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

Syntax

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

Parameters

position
Type: C1.C1Preview..::..Unit
The tab position, relative to the left edge of the text area.

See Also