# GrapeCity.Documents.Svg.SvgPaintType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgPaintType" data-uid="GrapeCity.Documents.Svg.SvgPaintType" class="text-break">SvgPaintType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of SVG paint.</p>
</div>
  <div class="markdown level0 conceptual"></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_SvgPaintType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgPaintType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgPaintType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_Color">Color</td>
        <td><p>A solid color paint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_ContextFill">ContextFill</td>
        <td><p>Use the paint value of fill from a context element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_ContextStroke">ContextStroke</td>
        <td><p>Use the paint value of stroke from a context element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_Href">Href</td>
        <td><p>A URL reference to a paint server element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_HrefWithFallback">HrefWithFallback</td>
        <td><p>A URL reference to a paint server element followed by a fall-back color value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintType_None">None</td>
        <td><p>No paint is applied in this layer.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
