PatternOperationItemStartOffsetXOrigin Property

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

Definition

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

Property Value

OffsetLeftRightEnum

Remarks

If StartOffsetX is 0 and StartOffsetXOrigin is Left or Right, then the stroke begins at the left or right sides, respectively.

See Also