PatternOperationItemStartOffsetYOrigin Property

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

Definition

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

Property Value

OffsetTopBottomEnum

Remarks

If StartOffsetY is 0 and StartOffsetYOrigin is Top or Bottom, then the stroke begins at the top or bottom sides, respectively.

See Also