# GrapeCity.Documents.Svg.SvgTextPathElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgTextPathElement" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement" class="text-break">SvgTextPathElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 'textPath' element.</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">SvgTextPathElement</span></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_SvgTextPathElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgTextPathElement : SvgTextContentElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgTextPathElement
    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_SvgTextPathElement__ctor" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.#ctor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.-ctor.html#GrapeCity_Documents_Svg_SvgTextPathElement__ctor">SvgTextPathElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.html">SvgTextPathElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_SvgTextPathElement_SvgName" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.SvgName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.SvgName.html">SvgName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.html">SvgTextPathElement</a>.</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_SvgTextPathElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.ElementName.html#GrapeCity_Documents_Svg_SvgTextPathElement_ElementName">ElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG name of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_Href" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.Href">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Href.html#GrapeCity_Documents_Svg_SvgTextPathElement_Href">Href</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to the <a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.html">SvgGeometryElement</a> onto which
the glyphs will be rendered, if no <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Path.html#GrapeCity_Documents_Svg_SvgTextPathElement_Path">Path</a> is provided.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_Method" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.Method">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Method.html#GrapeCity_Documents_Svg_SvgTextPathElement_Method">Method</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method by which text should be rendered along the path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_Path" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.Path">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Path.html#GrapeCity_Documents_Svg_SvgTextPathElement_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path onto which the typographic characters will be rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_Side" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.Side">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Side.html#GrapeCity_Documents_Svg_SvgTextPathElement_Side">Side</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the side of the path the text is placed on (relative to the path direction).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_Spacing" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.Spacing">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.Spacing.html#GrapeCity_Documents_Svg_SvgTextPathElement_Spacing">Spacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how the user agent should determine the spacing between
typographic characters that are to be rendered along a path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathElement_StartOffset" data-uid="GrapeCity.Documents.Svg.SvgTextPathElement.StartOffset">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.StartOffset.html#GrapeCity_Documents_Svg_SvgTextPathElement_StartOffset">StartOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an offset from the start of the path for the initial current text position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
