PatternOperationItemEndOffsetXOrigin Property

Get/Set the origin of the offset for the ending X position.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
[JsonConverterAttribute(typeof(StringEnumConverter))]
[JsonPropertyAttribute(Order = 18)]
public OffsetLeftRightEnum EndOffsetXOrigin { get; set; }

Property Value

OffsetLeftRightEnum

Remarks

If EndOffsetX is 0 and EndOffsetXOrigin is Left or Right, then the stroke ends at the left or right sides, respectively.

See Also