OffsetLeftRightEnum Enumeration

Enumeration of recognized types of horizontal offset.

Definition

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

Members

None0 No offset type specified or unknown.
Left1 Offset from the left edge.
Center2 Offset from the horizontal center.
LeftEdgeToCenter3 The left edge is aligned to the center of the reference object.
RightEdgeToCenter4 The right edge is aligned to the center of the reference object.
Right5 Offset from the right edge.
Relative6 Relative offset from current position.
Absolute7 Absolute offset from physical origin.

See Also