# GrapeCity.Documents.Svg.SvgTextOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextOrientation" data-uid="GrapeCity.Documents.Svg.SvgTextOrientation" class="text-break">SvgTextOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the orientation of text in vertical typographic modes.</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_SvgTextOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextOrientation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextOrientation</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_SvgTextOrientation_Mixed">Mixed</td>
        <td><p>In vertical writing modes, typographic character units from horizontal-only scripts are typeset sideways,
i.e. 90° clockwise from their standard orientation in horizontal text. Typographic character units from
vertical scripts are typeset with their intrinsic orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextOrientation_Sideways">Sideways</td>
        <td><p>In vertical writing modes, this causes all text to be typeset sideways, as if in a horizontal layout,
but rotated 90° clockwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextOrientation_Upright">Upright</td>
        <td><p>In vertical writing modes, typographic character units from horizontal-only scripts are typeset upright,
i.e. in their standard horizontal orientation. Typographic character units from vertical scripts are
typeset with their intrinsic orientation and shaped normally.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
