# GrapeCity.Documents.Svg.SvgLineElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgLineElement" data-uid="GrapeCity.Documents.Svg.SvgLineElement" class="text-break">SvgLineElement Class
</h1>
  <div class="markdown level0 summary"><p>Corresponds to the 'line' element in the DOM.</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="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.html">SvgGeometryElement</a></div>
    <div class="level4"><span class="xref">SvgLineElement</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgLineElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgLineElement : SvgGeometryElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgLineElement
    Inherits SvgGeometryElement</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="GrapeCity_Documents_Svg_SvgLineElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgLineElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.-ctor.html#GrapeCity_Documents_Svg_SvgLineElement__ctor">SvgLineElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.html">SvgLineElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLineElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgLineElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.html">SvgLineElement</a>.</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="GrapeCity_Documents_Svg_SvgLineElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgLineElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.ElementName.html#GrapeCity_Documents_Svg_SvgLineElement_ElementName">ElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLineElement_X1" data-uid="GrapeCity.Documents.Svg.SvgLineElement.X1">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.X1.html#GrapeCity_Documents_Svg_SvgLineElement_X1">X1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal coordinate of the first point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLineElement_X2" data-uid="GrapeCity.Documents.Svg.SvgLineElement.X2">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.X2.html#GrapeCity_Documents_Svg_SvgLineElement_X2">X2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal coordinate of the second point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLineElement_Y1" data-uid="GrapeCity.Documents.Svg.SvgLineElement.Y1">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.Y1.html#GrapeCity_Documents_Svg_SvgLineElement_Y1">Y1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate of the first point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLineElement_Y2" data-uid="GrapeCity.Documents.Svg.SvgLineElement.Y2">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.Y2.html#GrapeCity_Documents_Svg_SvgLineElement_Y2">Y2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate of the second point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
