Documents for PDF, .NET Edition Documentation
TabStops Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : TabStops Property
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

Reference

TextLayout Class
TextLayout Members