# C1.Report.ShapeField.ShapeBackground

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ShapeField_ShapeBackground_" data-uid="C1.Report.ShapeField.ShapeBackground*">ShapeBackground Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ShapeField_ShapeBackground_" data-uid="C1.Report.ShapeField.ShapeBackground*"></a>
<h4 id="C1_Report_ShapeField_ShapeBackground" data-uid="C1.Report.ShapeField.ShapeBackground">ShapeBackground</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Document/C1.Document.C1Brush.html">C1Brush</a>-derived object used to fill the internal areas of the shape.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;ShapeField.ShapeBackground&quot;, &quot;The brush used to fill the internal areas of the shape.&quot;)]
public C1Brush ShapeBackground { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;ShapeField.ShapeBackground&quot;, &quot;The brush used to fill the internal areas of the shape.&quot;)&gt;
Public Property ShapeBackground As C1Brush</code></pre>
</div>
</div>
