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
| Field | Description |
|---|---|
| DEGREES | Specifies the angle in degrees. One full circle is 360 degrees. |
| GRADIANS | Specifies the angle in gradians. One full circle is 400 gradians. |
| RADIANS | Specifies the angle in radians. One full circle is approximately 6.283 radians (2π radians). |
| NONE | Indicates 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
- module
aspose.svg.builder