Represents a tab stop in a text in a C1PrintDocument. To set a tab stop, add it to the TabPositions collection on the text or paragraph.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class TabPosition
Visual Basic
Public Class TabPosition

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..TabPosition

See Also