# GrapeCity.Documents.Svg.SvgTextDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextDirection" data-uid="GrapeCity.Documents.Svg.SvgTextDirection" class="text-break">SvgTextDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the inline base direction or directionality of any bidi paragraph.</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_SvgTextDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextDirection</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_SvgTextDirection_LeftToRight">LeftToRight</td>
        <td><p>Sets inline base direction (bidi directionality) to line-left-to-line-right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextDirection_RightToLeft">RightToLeft</td>
        <td><p>Sets inline base direction (bidi directionality) to line-right-to-line-left.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
