# GrapeCity.Documents.Svg.SvgElement.PaintOrder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Svg_SvgElement_PaintOrder_" data-uid="GrapeCity.Documents.Svg.SvgElement.PaintOrder*">PaintOrder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Svg_SvgElement_PaintOrder_" data-uid="GrapeCity.Documents.Svg.SvgElement.PaintOrder*"></a>
<h4 id="GrapeCity_Documents_Svg_SvgElement_PaintOrder" data-uid="GrapeCity.Documents.Svg.SvgElement.PaintOrder">PaintOrder</h4>
<div class="markdown level1 summary"><p>Gets or sets a value specifying 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 level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SvgPaintOrder? PaintOrder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PaintOrder As SvgPaintOrder?</code></pre>
</div>
</div>
