# GrapeCity.Documents.Svg.SvgTextPathSide

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextPathSide" data-uid="GrapeCity.Documents.Svg.SvgTextPathSide" class="text-break">SvgTextPathSide Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the side of the path the text is placed on (relative to the path direction).
Specifying a value of 'Right' effectively reverses the path.</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_SvgTextPathSide_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextPathSide</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextPathSide</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_SvgTextPathSide_Left">Left</td>
        <td><p>Draw text along the path as usual.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathSide_Right">Right</td>
        <td><p>Draw text on the opposite side of the path in the reverse direction.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
