Click or drag to resize

Orientation Enumeration

The orientation of the spiral (e.g.: clockwise or counterclockwise).

Namespace: RAYLASE.Marker.VectorGraphicElement.Filling
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public enum Orientation
Members
Member nameValueDescription
CW0 Clockwise.
CCW1 Counterclockwise.
See Also