# GrapeCity.ActiveReports.Blazor.Designer.Units

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Units" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Units" class="text-break">Units Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the measurement units used in the Designer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Units_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(&lt;Units&gt;))]
public enum Units</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_ActiveReports_Blazor_Designer_Units_Cm">Cm</td>
        <td><p>Centimeters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Units_In">In</td>
        <td><p>Inches.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
