OffsetLeftRightEnum Enumeration
Enumeration of recognized types of horizontal offset.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public enum OffsetLeftRightEnum
Public Enumeration OffsetLeftRightEnum
No code example is currently available or this language may not be supported.
| None | 0 |
No offset type specified or unknown.
|
| Left | 1 |
Offset from the left edge.
|
| Center | 2 |
Offset from the horizontal center.
|
| LeftEdgeToCenter | 3 |
The left edge is aligned to the center of the reference object.
|
| RightEdgeToCenter | 4 |
The right edge is aligned to the center of the reference object.
|
| Right | 5 |
Offset from the right edge.
|
| Relative | 6 |
Relative offset from current position.
|
| Absolute | 7 |
Absolute offset from physical origin.
|