ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / StringFormatEx Class / TabStops Property

In This Topic
    TabStops Property (StringFormatEx)
    In This Topic
    Gets or sets the custom tab stops.
    Syntax
    'Declaration
     
    Public Property TabStops As IReadOnlyList(Of TabStop)
    public IReadOnlyList<TabStop> TabStops {get; set;}
    See Also