# C1.C1Preview.LineProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LineProps" data-uid="C1.C1Preview.LineProps" class="text-break">LineProps Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geometric properties of a <a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a> object.</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"><a class="xref" href="C1.C1Preview.LinePropsBase.html">LinePropsBase</a></div>
    <div class="level3"><span class="xref">LineProps</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.10.dll</h6>
  <h5 id="C1_C1Preview_LineProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineProps : LinePropsBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineProps
    Inherits LinePropsBase</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_LineProps__ctor" data-uid="C1.C1Preview.LineProps.#ctor">
          <a class="xref" href="C1.C1Preview.LineProps.-ctor.html#C1_C1Preview_LineProps__ctor">LineProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LineProps.html">LineProps</a> class.
The points that this line connects are set to the left top and right bottom
corners of the containing <a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_LineProps_X1" data-uid="C1.C1Preview.LineProps.X1">
          <a class="xref" href="C1.C1Preview.LineProps.X1.html#C1_C1Preview_LineProps_X1">X1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>X</b> coordinate of the first of the two points that the line connects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LineProps_X2" data-uid="C1.C1Preview.LineProps.X2">
          <a class="xref" href="C1.C1Preview.LineProps.X2.html#C1_C1Preview_LineProps_X2">X2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>X</b> coordinate of the second of the two points that the line connects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LineProps_Y1" data-uid="C1.C1Preview.LineProps.Y1">
          <a class="xref" href="C1.C1Preview.LineProps.Y1.html#C1_C1Preview_LineProps_Y1">Y1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>Y</b> coordinate of the first of the two points that the line connects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LineProps_Y2" data-uid="C1.C1Preview.LineProps.Y2">
          <a class="xref" href="C1.C1Preview.LineProps.Y2.html#C1_C1Preview_LineProps_Y2">Y2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>Y</b> coordinate of the second of the two points that the line connects.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
