AngleUnits enumeration

AngleUnits enumeration

Specifies the units for angles used in defining the orientation of markers in SVG.

The AngleUnits type exposes the following members:

Fields

FieldDescription
DEGREESSpecifies the angle in degrees. One full circle is 360 degrees.
GRADIANSSpecifies the angle in gradians. One full circle is 400 gradians.
RADIANSSpecifies the angle in radians. One full circle is approximately 6.283 radians (2π radians).
NONEIndicates no specific angle unit. Used for default or context-based settings.

Remarks

The ‘orient’ attribute of SVG markers can be specified in various angle units. This enum provides options for setting these units.

See Also