# GrapeCity.Documents.Svg.SvgStopElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgStopElement" data-uid="GrapeCity.Documents.Svg.SvgStopElement" class="text-break">SvgStopElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a gradient stop element.</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"><span class="xref">SvgStopElement</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_SvgStopElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgStopElement : SvgElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgStopElement
    Inherits SvgElement</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_SvgStopElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgStopElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.-ctor.html#GrapeCity_Documents_Svg_SvgStopElement__ctor">SvgStopElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.html">SvgStopElement</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_SvgStopElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgStopElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.html">SvgStopElement</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_SvgStopElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgStopElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.ElementName.html#GrapeCity_Documents_Svg_SvgStopElement_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_SvgStopElement_Offset" data-uid="GrapeCity.Documents.Svg.SvgStopElement.Offset">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.Offset.html#GrapeCity_Documents_Svg_SvgStopElement_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position where the gradient stop is placed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStopElement_StopColor" data-uid="GrapeCity.Documents.Svg.SvgStopElement.StopColor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.StopColor.html#GrapeCity_Documents_Svg_SvgStopElement_StopColor">StopColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Documents.Svg.SvgColor.html">SvgColor</a> indicating what color to use at that gradient stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgStopElement_StopOpacity" data-uid="GrapeCity.Documents.Svg.SvgStopElement.StopOpacity">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.StopOpacity.html#GrapeCity_Documents_Svg_SvgStopElement_StopOpacity">StopOpacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that defines the opacity of a given gradient stop.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
