# GrapeCity.Documents.Svg.SvgAngleUnits

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgAngleUnits" data-uid="GrapeCity.Documents.Svg.SvgAngleUnits" class="text-break">SvgAngleUnits Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a> units.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgAngleUnits_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgAngleUnits</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgAngleUnits</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_Auto">Auto</td>
        <td><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_AutoStartReverse">AutoStartReverse</td>
        <td><p>If placed by 'marker-start', the marker is oriented 180° different from the orientation that would be used if 'auto' was specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_Degrees">Degrees</td>
        <td><p>Angle values are in degrees. There are 360 degrees in a full circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_Gradians">Gradians</td>
        <td><p>Angle values are in gradians, also known as &quot;gons&quot; or &quot;grades&quot;. There are 400 gradians in a full circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_Radians">Radians</td>
        <td><p>Angle values are in radians. There are 2π radians in a full circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngleUnits_Unspecified">Unspecified</td>
        <td><p>A unitless angle interpreted as a value in degrees.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
