C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTocItem Class / TabPositions Property

In This Topic
TabPositions Property (RenderTocItem)
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
 
Remarks
This method always returns a non-nullTabPositionCollection, 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