ITab

ITab interface

Represents a tabulation for a text.

public interface ITab : IComparable

Properties

NameDescription
Alignment { get; set; }Returns or sets align style of a tab. Read/write TabAlignment.
AsIComparable { get; }Returns IComparable interface. Read-only IComparable.
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.

See Also