[]
Represents a tab stop in a TextLayout.
public class TabStop
Public Class TabStop
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. |
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'). |