# C1.C1Preview.RenderObject.GetDefaultHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderObject_GetDefaultHeight_" data-uid="C1.C1Preview.RenderObject.GetDefaultHeight*">GetDefaultHeight Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderObject_GetDefaultHeight_" data-uid="C1.C1Preview.RenderObject.GetDefaultHeight*"></a>
<h4 id="C1_C1Preview_RenderObject_GetDefaultHeight" data-uid="C1.C1Preview.RenderObject.GetDefaultHeight">GetDefaultHeight()</h4>
<div class="markdown level1 summary"><p>Gets the default value for the <a class="xref" href="C1.C1Preview.RenderObject.Height.html#C1_C1Preview_RenderObject_Height">Height</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual Unit GetDefaultHeight()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetDefaultHeight() As Unit</code></pre>
</div>
<h5 class="returns">Returns</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="C1.C1Preview.Unit.html">Unit</a></td>
      <td><p><a class="xref" href="C1.C1Preview.Unit.Auto.html#C1_C1Preview_Unit_Auto">Auto</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
