Tab

Tab class

Represents a tabulation for a text.

public sealed class Tab : PVIObject, ITab

Constructors

NameDescription
Tab(double, TabAlignment)Creates new Tab

Properties

NameDescription
Alignment { get; set; }Returns or sets align style of a tab. Read/write TabAlignment.
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Position { get; set; }Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write Double.

Methods

NameDescription
CompareTo(object)Compares the current instance with another object of the same type.
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash code.

See Also