# GrapeCity.Documents.Svg.SvgAngle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgAngle" data-uid="GrapeCity.Documents.Svg.SvgAngle" class="text-break">SvgAngle Struct
</h1>
  <div class="markdown level0 summary"><p>Reflects an angle value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a>&gt;</div>
  </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_SvgAngle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SvgAngle : IEquatable&lt;SvgAngle&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SvgAngle
    Implements IEquatable(Of SvgAngle)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle__ctor_System_Single_GrapeCity_Documents_Svg_SvgAngleUnits_" data-uid="GrapeCity.Documents.Svg.SvgAngle.#ctor(System.Single,GrapeCity.Documents.Svg.SvgAngleUnits)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.-ctor.html#GrapeCity_Documents_Svg_SvgAngle__ctor_System_Single_GrapeCity_Documents_Svg_SvgAngleUnits_">SvgAngle(float, SvgAngleUnits)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Auto" data-uid="GrapeCity.Documents.Svg.SvgAngle.Auto">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Auto.html">Auto</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Documents.Svg.SvgAngleUnits.html#GrapeCity_Documents_Svg_SvgAngleUnits_Auto">Auto</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_AutoStartReverse" data-uid="GrapeCity.Documents.Svg.SvgAngle.AutoStartReverse">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.AutoStartReverse.html">AutoStartReverse</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Documents.Svg.SvgAngleUnits.html#GrapeCity_Documents_Svg_SvgAngleUnits_AutoStartReverse">AutoStartReverse</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Zero" data-uid="GrapeCity.Documents.Svg.SvgAngle.Zero">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Zero.html">Zero</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a zero angle.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Units" data-uid="GrapeCity.Documents.Svg.SvgAngle.Units">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Units.html#GrapeCity_Documents_Svg_SvgAngle_Units">Units</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of angle units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Value" data-uid="GrapeCity.Documents.Svg.SvgAngle.Value">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Value.html#GrapeCity_Documents_Svg_SvgAngle_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of this angle in specified units.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Equals_GrapeCity_Documents_Svg_SvgAngle_" data-uid="GrapeCity.Documents.Svg.SvgAngle.Equals(GrapeCity.Documents.Svg.SvgAngle)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Equals.html#GrapeCity_Documents_Svg_SvgAngle_Equals_GrapeCity_Documents_Svg_SvgAngle_">Equals(SvgAngle)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_Equals_System_Object_" data-uid="GrapeCity.Documents.Svg.SvgAngle.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.Equals.html#GrapeCity_Documents_Svg_SvgAngle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_GetHashCode" data-uid="GrapeCity.Documents.Svg.SvgAngle.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.GetHashCode.html#GrapeCity_Documents_Svg_SvgAngle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgAngle_ToString" data-uid="GrapeCity.Documents.Svg.SvgAngle.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.ToString.html#GrapeCity_Documents_Svg_SvgAngle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current struct.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
