Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPosition Class / Position Property

In This Topic
    Position Property (TabPosition)
    In This Topic
    Gets or sets the tab stop position, relative to the left of the text area.
    Syntax
    'Declaration
     
    Public Property Position As Unit
    public Unit Position {get; set;}
    Remarks
    The tab stop position is relative to the left edge of the text area. That area does not include any padding or borders, so for example if a RenderText has a 1 inch left padding, and the first TabPosition is set to 1 inch, any text after the first tab char will be positioned 2 inches to the right of the RenderText's X coordinate.
    See Also