Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPosition Class / TabPosition Constructor / TabPosition Constructor(Unit)
The tab position, relative to the left edge of the text area.

In This Topic
    TabPosition Constructor(Unit)
    In This Topic
    Initializes a new instance of the TabPosition class, at the specified position, with the default (TabAlignmentEnum.Left) text alignment.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As Unit _
    )
    public TabPosition( 
       Unit position
    )

    Parameters

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