Tab

Tab class

Contains a collection of Tab elements.

public class Tab : ICloneable

Properties

Name Description
Alignment { get; set; } Specifies the tab alignment.
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
IX { get; set; } The zero-based index of the element within its parent element.
Leader { get; set; } Specified the leader.
Position { get; set; } Specifies the position of a tab stop.

Methods

Name Description
Clone() Creates deep copy of this instance.

See Also