# GrapeCity.Documents.Svg.SvgTextPositioningElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgTextPositioningElement" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement" class="text-break">SvgTextPositioningElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a text element with attributes that position individual text glyphs.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.html">SvgTextContentElement</a></div>
    <div class="level4"><span class="xref">SvgTextPositioningElement</span></div>
      <div class="level5"><a class="xref" href="GrapeCity.Documents.Svg.SvgTSpanElement.html">SvgTSpanElement</a></div>
      <div class="level5"><a class="xref" href="GrapeCity.Documents.Svg.SvgTextElement.html">SvgTextElement</a></div>
  </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_SvgTextPositioningElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgTextPositioningElement : SvgTextContentElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgTextPositioningElement
    Inherits SvgTextContentElement</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement__ctor_GrapeCity_Documents_Svg_SvgElementType_" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.#ctor(GrapeCity.Documents.Svg.SvgElementType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.-ctor.html#GrapeCity_Documents_Svg_SvgTextPositioningElement__ctor_GrapeCity_Documents_Svg_SvgElementType_">SvgTextPositioningElement(SvgElementType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.html">SvgTextPositioningElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement_DX" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.DX">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.DX.html#GrapeCity_Documents_Svg_SvgTextPositioningElement_DX">DX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of relative X coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement_DY" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.DY">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.DY.html#GrapeCity_Documents_Svg_SvgTextPositioningElement_DY">DY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of relative Y coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement_Rotate" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.Rotate">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.Rotate.html#GrapeCity_Documents_Svg_SvgTextPositioningElement_Rotate">Rotate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of supplemental rotation values, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement_X" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.X.html#GrapeCity_Documents_Svg_SvgTextPositioningElement_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of absolute X coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPositioningElement_Y" data-uid="GrapeCity.Documents.Svg.SvgTextPositioningElement.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.Y.html#GrapeCity_Documents_Svg_SvgTextPositioningElement_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of absolute Y coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
