PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderTextBase Class / TabPositions Property

In This Topic
    TabPositions Property (RenderTextBase)
    In This Topic
    Gets the collection of TabPosition objects representing tab stops associated with the current text.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabPositions As TabPositionCollection
    public TabPositionCollection TabPositions {get;}
    Remarks
    This method always returns a non-null TabPositionCollection, initializing it if it did not exist. To test whether the current object has any tab stops defined without creating the TabPositions collection, use the HasTabPositions property.
    See Also