PatternOperationItemEndOffsetYOrigin Property

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

Definition

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

Property Value

OffsetTopBottomEnum

Remarks

If EndOffsetY is 0 and EndOffsetYOrigin is Top or Bottom, then the stroke ends at the top or bottom sides, respectively.

See Also