Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / TabStops Property

In This Topic
    TabStops Property
    In This Topic
    Gets or sets the list of tab stops.
    Syntax
    'Declaration
     
    Public Property TabStops As System.Collections.Generic.List(Of TabStop)
    public System.Collections.Generic.List<TabStop> TabStops {get; set;}
    See Also