# C1.Report.FieldBase.MarginBottom

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_MarginBottom_" data-uid="C1.Report.FieldBase.MarginBottom*">MarginBottom Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_MarginBottom_" data-uid="C1.Report.FieldBase.MarginBottom*"></a>
<h4 id="C1_Report_FieldBase_MarginBottom" data-uid="C1.Report.FieldBase.MarginBottom">MarginBottom</h4>
<div class="markdown level1 summary"><p>Gets or sets the spacing between the bottom edge of the field and its content, in twips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;FieldBase.MarginBottom&quot;, &quot;The spacing between the bottom edge of the field and its content, in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginBottom { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.MarginBottom&quot;, &quot;The spacing between the bottom edge of the field and its content, in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MarginBottom As Double</code></pre>
</div>
<h5 id="C1_Report_FieldBase_MarginBottom_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is useful for rendering fields with borders or solid backgrounds, to add some space
between the borders and the field content.</p>
</div>
</div>
