OffsetTopBottomEnum Enumeration
Enumeration of recognized types of vertical offset.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum OffsetTopBottomEnum
Public Enumeration OffsetTopBottomEnum
No code example is currently available or this language may not be supported.
None | 0 |
No offset type specified or unknown.
|
Top | 1 |
Offset from the top edge.
|
Center | 2 |
Offset from the vertical center.
|
TopEdgeToCenter | 3 |
The top edge is aligned to the center of the reference object.
|
BottomEdgeToCenter | 4 |
The bottom edge is aligned to the center of the reference object.
|
Bottom | 5 |
Offset from the bottom edge.
|
Relative | 6 |
Relative offset from current position.
|
Absolute | 7 |
Absolute offset from physical origin.
|