# C1.C1Preview.LinePropsBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LinePropsBase" data-uid="C1.C1Preview.LinePropsBase" class="text-break">LinePropsBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class representing the geometric properties of a line shape.
Used by <a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</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"><a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a></div>
    <div class="level2"><span class="xref">LinePropsBase</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.LineProps.html">LineProps</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.PolygonProps.html">PolygonProps</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_LinePropsBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class LinePropsBase : ShapeProps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class LinePropsBase
    Inherits 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_LinePropsBase__ctor" data-uid="C1.C1Preview.LinePropsBase.#ctor">
          <a class="xref" href="C1.C1Preview.LinePropsBase.-ctor.html#C1_C1Preview_LinePropsBase__ctor">LinePropsBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LinePropsBase.html">LinePropsBase</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_LinePropsBase_AssignFrom_C1_C1Preview_ShapeProps_" data-uid="C1.C1Preview.LinePropsBase.AssignFrom(C1.C1Preview.ShapeProps)">
          <a class="xref" href="C1.C1Preview.LinePropsBase.AssignFrom.html#C1_C1Preview_LinePropsBase_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>
