# GrapeCity.Documents.Svg.SvgLengthUnits

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgLengthUnits" data-uid="GrapeCity.Documents.Svg.SvgLengthUnits" class="text-break">SvgLengthUnits Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of an <a class="xref" href="GrapeCity.Documents.Svg.SvgLength.html">SvgLength</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_SvgLengthUnits_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgLengthUnits</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgLengthUnits</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_SvgLengthUnits_Auto">Auto</td>
        <td><p>The length depends on the values of other properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Bottom">Bottom</td>
        <td><p>Represents the 'bottom' value in 'refY' attribute. Resolved to 100%.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Center">Center</td>
        <td><p>Represents the 'center' value in 'refX' and 'refY' attributes. Resolved to 50%.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Centimeters">Centimeters</td>
        <td><p>Absolute length in centimeters (1cm = 96px/2.54).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Em">Em</td>
        <td><p>Length relative to font size of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Ex">Ex</td>
        <td><p>Length relative to x-height of the element’s font .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Inches">Inches</td>
        <td><p>Absolute length in inches (1in = 2.54cm = 96px).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Large">Large</td>
        <td><p>Represents the 'large' value in 'font-size' attribute. Resolved to 6/5em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Larger">Larger</td>
        <td><p>Represents the 'larger' value in 'font-size' attribute. Resolved to 120% or the next absolute size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Left">Left</td>
        <td><p>Represents the 'left' value in 'refX' attribute. Resolved to 0%.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Medium">Medium</td>
        <td><p>Represents the 'medium' value in 'font-size' attribute. Resolved to 1em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Millimeters">Millimeters</td>
        <td><p>Absolute length in millimeters (1mm = 1/10th of 1cm).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Number">Number</td>
        <td><p>A unitless length interpreted as a value in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Percentage">Percentage</td>
        <td><p>Indicates a value that is some fraction of another reference value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Picas">Picas</td>
        <td><p>Absolute length in picas (1pc = 1/6th of 1in).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Pixels">Pixels</td>
        <td><p>Absolute length in pixels (1px = 1/96th of 1in).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Points">Points</td>
        <td><p>Absolute length in points (1pt = 1/72th of 1in).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Right">Right</td>
        <td><p>Represents the 'right' value in 'refX' attribute. Resolved to 100%.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Small">Small</td>
        <td><p>Represents the 'small' value in 'font-size' attribute. Resolved to 8/9em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Smaller">Smaller</td>
        <td><p>Represents the 'smaller' value in 'font-size' attribute. Resolved to 100/1.2% or the previous absolute size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_Top">Top</td>
        <td><p>Represents the 'top' value in 'refY' attribute. Resolved to 0%.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_XLarge">XLarge</td>
        <td><p>Represents the 'x-large' value in 'font-size' attribute. Resolved to 3/2em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_XSmall">XSmall</td>
        <td><p>Represents the 'x-small' value in 'font-size' attribute. Resolved to 3/4em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_XXLarge">XXLarge</td>
        <td><p>Represents the 'xx-large' value in 'font-size' attribute. Resolved to 2em.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthUnits_XXSmall">XXSmall</td>
        <td><p>Represents the 'xx-small' value in 'font-size' attribute. Resolved to 3/5em.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
