# GrapeCity.ActiveReports.Design.Designer.DesignerUnits

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_DesignerUnits_" data-uid="GrapeCity.ActiveReports.Design.Designer.DesignerUnits*">DesignerUnits Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_DesignerUnits_" data-uid="GrapeCity.ActiveReports.Design.Designer.DesignerUnits*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_DesignerUnits" data-uid="GrapeCity.ActiveReports.Design.Designer.DesignerUnits">DesignerUnits</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating the measurement units used within the designer environment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MeasurementUnits DesignerUnits { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html">MeasurementUnits</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html">MeasurementUnits</a> value that specifies the current measurement units. This can be inches, millimeters, etc., depending on the
enumeration values defined within <a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html">MeasurementUnits</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_DesignerUnits_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property influences how dimensions are displayed and interpreted throughout the design process.
Changing the measurement units can be useful for adapting the designer to different regional settings or user preferences. It's important to
ensure that the value set is valid within the <a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html">MeasurementUnits</a> enumeration.</p>
</div>
</div>
