Enum AngleUnits
Enum AngleUnits
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the units for angles used in defining the orientation of markers in SVG.
[ComVisible(true)]
public enum AngleUnits
Fields
Degrees = 0
Specifies the angle in degrees. One full circle is 360 degrees.
Gradians = 1
Specifies the angle in gradians. One full circle is 400 gradians.
None = 3
Indicates no specific angle unit. Used for default or context-based settings.
Radians = 2
Specifies the angle in radians. One full circle is approximately 6.283 radians (2π radians).
Remarks
The ‘orient’ attribute of SVG markers can be specified in various angle units. This enum provides options for setting these units.