The TabStop type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TabStop(Double, TabStopAlignment) |
Initializes a new instance of the TabStop struct.
| |
| TabStop(Double, TabStopAlignment, TabStopLeader) |
Initializes a new instance of the TabStop struct.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueType Equals(Object).) | |
| Equals(TabStop) | ||
| GetHashCode |
Returns a hash code for this TabStop instance.
(Overrides ValueType GetHashCode .) |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Properties
| Name | Description | |
|---|---|---|
| Alignment | ||
| Leader |
Gets the character which shall be used to fill in the space created by a tab which ends at this TabStop.
| |
| Position |
Gets the position of the current TabStop, in points, with respect to the current page margins.
|
See Also