[]
Represents a single custom tab stop.
public class TabStop : FormattingBag
Gets or sets the alignment of text at this tab stop.
public TabStopAlignment Alignment { get; set; }
Gets the base (this class) key for formatting properties.
protected override string BaseKey { get; }
Gets wtheter the tab stop clears any other tab stops at this position.
public bool IsClear { get; }
Gets or sets the type of the leader line displayed under the tab character.
public TabStopLeader Leader { get; set; }
Gets the position of the tab stop in points.
public float Position { get; }