[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAngleUnits

SvgAngleUnits Enum

Specifies the type of SvgAngle units.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgAngleUnits
Public Enum SvgAngleUnits

Fields

Name Description
Auto

The marker is oriented such that its positive x-axis is pointing in a direction relative to the path at the position the marker is placed.

AutoStartReverse

If placed by 'marker-start', the marker is oriented 180° different from the orientation that would be used if 'auto' was specified.

Degrees

Angle values are in degrees. There are 360 degrees in a full circle.

Gradians

Angle values are in gradians, also known as "gons" or "grades". There are 400 gradians in a full circle.

Radians

Angle values are in radians. There are 2π radians in a full circle.

Unspecified

A unitless angle interpreted as a value in degrees.