[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextBase.TabPositions

TabPositions Property

TabPositions

Gets the collection of TabPosition objects representing tab stops associated with the current text.

Declaration
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
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.