# GrapeCity.Documents.Svg.SvgTextContentElement.TextLength

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Svg_SvgTextContentElement_TextLength_" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.TextLength*">TextLength Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Svg_SvgTextContentElement_TextLength_" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.TextLength*"></a>
<h4 id="GrapeCity_Documents_Svg_SvgTextContentElement_TextLength" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.TextLength">TextLength</h4>
<div class="markdown level1 summary"><p>Gets or sets the total sum of all of the advance values that correspond to character data within this element,
including the advance value on the glyph (horizontal or vertical), the effect of properties 'letter-spacing' and
'word-spacing' and adjustments due to attributes 'dx' and 'dy' on this 'text' or 'tspan' element or any descendants.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SvgLength? TextLength { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TextLength As SvgLength?</code></pre>
</div>
</div>
