Class TabStop

TabStop class

Represents a custom Tab stop position in a paragraph.

public class TabStop

Constructors

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

Properties

NameDescription
AlignmentType { get; set; }Gets or sets a AlignmentType enum that indicates the tab tab alignment type.
IsReadOnly { get; }Gets value indicating that this TabStop instance is already attached to TextFragment and became readonly
LeaderType { get; set; }Gets or sets a TabLeaderType enum that indicates the tab leader type.
Position { get; set; }Gets or sets a float value that indicates the tab stop position.

See Also