[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TabStop

TabStop Class

Represents a tab stop in a TextLayout.

Inheritance
TabStop
Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public class TabStop
Public Class TabStop

Constructors

Name Description
TabStop(TabStop)

Initializes a new instance of the TabStop class copying data from an existing instance.

TabStop(float, TabStopAlignment, TabStopLeader)

Initializes a new instance of the TabStop class.

TabStop(float, char)

Initializes a new instance of the TabStop class.

Properties

Name Description
Alignment

Gets or sets a value specifying how the text is aligned relative to the tab stop.

Leader

Gets or sets the type of the leader line displayed under the tab character.

Offset

Gets or sets the tab stop position relative to the left/right (for LTR/RTL text) margin, in graphic units.

Separator

Gets or sets the separator character in UTF-32 encoding (used when the Alignment property is set to 'SeparatorTab').