# C1.Report.ShapeField.Shape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ShapeField_Shape_" data-uid="C1.Report.ShapeField.Shape*">Shape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ShapeField_Shape_" data-uid="C1.Report.ShapeField.Shape*"></a>
<h4 id="C1_Report_ShapeField_Shape" data-uid="C1.Report.ShapeField.Shape">Shape</h4>
<div class="markdown level1 summary"><p>Gets or sets an instance of the <a class="xref" href="../C1.Document/C1.Document.ShapeBase.html">ShapeBase</a>-derived class specifying
properties of the geometric shape drawn by this field.</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.Shape&quot;, &quot;The geometric properties of the shape drawn by this field.&quot;)]
public ShapeBase Shape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;ShapeField.Shape&quot;, &quot;The geometric properties of the shape drawn by this field.&quot;)&gt;
Public Property Shape As ShapeBase</code></pre>
</div>
<h5 id="C1_Report_ShapeField_Shape_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Report.ShapeField.ShapeType.html#C1_Report_ShapeField_ShapeType">ShapeType</a></div>
</div>
</div>
