# GrapeCity.Documents.Svg.SvgEllipseElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgEllipseElement" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement" class="text-break">SvgEllipseElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 'ellipse' 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">SvgEllipseElement</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_SvgEllipseElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgEllipseElement : SvgGeometryElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgEllipseElement
    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_SvgEllipseElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.-ctor.html#GrapeCity_Documents_Svg_SvgEllipseElement__ctor">SvgEllipseElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.html">SvgEllipseElement</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_SvgEllipseElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.html">SvgEllipseElement</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_SvgEllipseElement_CenterX" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.CenterX">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.CenterX.html#GrapeCity_Documents_Svg_SvgEllipseElement_CenterX">CenterX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal center coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipseElement_CenterY" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.CenterY">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.CenterY.html#GrapeCity_Documents_Svg_SvgEllipseElement_CenterY">CenterY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical center coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipseElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.ElementName.html#GrapeCity_Documents_Svg_SvgEllipseElement_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_SvgEllipseElement_RadiusX" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.RadiusX">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.RadiusX.html#GrapeCity_Documents_Svg_SvgEllipseElement_RadiusX">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal radius.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipseElement_RadiusY" data-uid="GrapeCity.Documents.Svg.SvgEllipseElement.RadiusY">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.RadiusY.html#GrapeCity_Documents_Svg_SvgEllipseElement_RadiusY">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical radius.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
