# GrapeCity.Documents.Svg.SvgTextAnchor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextAnchor" data-uid="GrapeCity.Documents.Svg.SvgTextAnchor" class="text-break">SvgTextAnchor Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.</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_SvgTextAnchor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextAnchor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextAnchor</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_SvgTextAnchor_End">End</td>
        <td><p>The rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextAnchor_Middle">Middle</td>
        <td><p>The rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextAnchor_Start">Start</td>
        <td><p>The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
