# GrapeCity.Documents.Svg.SvgPaintOrder

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgPaintOrder" data-uid="GrapeCity.Documents.Svg.SvgPaintOrder" class="text-break">SvgPaintOrder Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.</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_SvgPaintOrder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgPaintOrder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgPaintOrder</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_SvgPaintOrder_FillMarkers">FillMarkers</td>
        <td><p>&quot;fill markers stroke&quot; order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintOrder_Markers">Markers</td>
        <td><p>&quot;markers fill stroke&quot; order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintOrder_MarkersStroke">MarkersStroke</td>
        <td><p>&quot;markers stroke fill&quot; order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintOrder_Normal">Normal</td>
        <td><p>&quot;fill stroke markers&quot; order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintOrder_Stroke">Stroke</td>
        <td><p>&quot;stroke fill markers&quot; order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPaintOrder_StrokeMarkers">StrokeMarkers</td>
        <td><p>&quot;stroke markers fill&quot; order.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
