OffsetTopBottomEnum Enumeration

Enumeration of recognized types of vertical offset.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum OffsetTopBottomEnum

Members

None0 No offset type specified or unknown.
Top1 Offset from the top edge.
Center2 Offset from the vertical center.
TopEdgeToCenter3 The top edge is aligned to the center of the reference object.
BottomEdgeToCenter4 The bottom edge is aligned to the center of the reference object.
Bottom5 Offset from the bottom edge.
Relative6 Relative offset from current position.
Absolute7 Absolute offset from physical origin.

See Also