# C1.C1Preview.ShapeProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ShapeProps" data-uid="C1.C1Preview.ShapeProps" class="text-break">ShapeProps Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class representing the geometric properties of a shape.
Used by <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a> and derived classes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ShapeProps</span></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.LinePropsBase.html">LinePropsBase</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.RectangleProps.html">RectangleProps</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_ShapeProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public abstract class ShapeProps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public MustInherit Class ShapeProps</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_ShapeProps__ctor" data-uid="C1.C1Preview.ShapeProps.#ctor">
          <a class="xref" href="C1.C1Preview.ShapeProps.-ctor.html#C1_C1Preview_ShapeProps__ctor">ShapeProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_ShapeProps_AssignFrom_C1_C1Preview_ShapeProps_" data-uid="C1.C1Preview.ShapeProps.AssignFrom(C1.C1Preview.ShapeProps)">
          <a class="xref" href="C1.C1Preview.ShapeProps.AssignFrom.html#C1_C1Preview_ShapeProps_AssignFrom_C1_C1Preview_ShapeProps_">AssignFrom(ShapeProps)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
