Tab
Tab class
Represents a tabulation for a text.
public sealed class Tab : PVIObject, ITab
Constructors
Name | Description |
---|
Tab(double, TabAlignment) | Creates new Tab |
Properties
Name | Description |
---|
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
Name | Description |
---|
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