TabStop

TabStop class

Represents a custom Tab stop position in a paragraph.

The TabStop type exposes the following members:

Constructors

NameDescription
TabStop()Initializes a new instance of the TabStop class.
TabStop(position)Initializes a new instance of the TabStop class

Properties

NameDescription
positionGets or sets a float value that indicates the tab stop position.
leader_typeGets or sets a TabLeaderType enum that indicates the tab leader type.
alignment_typeGets or sets a alignment_type enum that indicates the tab tab alignment type.
is_read_onlyGets value indicating that this TabStop instance is already attached to TextFragment and became readonly

See Also