# GrapeCity.Documents.Svg.SvgTextDecorationLine

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextDecorationLine" data-uid="GrapeCity.Documents.Svg.SvgTextDecorationLine" class="text-break">SvgTextDecorationLine Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the position of text decoration lines, if any is added to the element.</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_SvgTextDecorationLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SvgTextDecorationLine</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SvgTextDecorationLine</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_SvgTextDecorationLine_Blink">Blink</td>
        <td><p>The text blinks (alternates between visible and invisible).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextDecorationLine_LineThrough">LineThrough</td>
        <td><p>Each line of text has a line through the middle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextDecorationLine_None">None</td>
        <td><p>Neither produces nor inhibits text decoration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextDecorationLine_Overline">Overline</td>
        <td><p>Each line of text has a line over it (i.e. on the opposite side from an underline).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextDecorationLine_Underline">Underline</td>
        <td><p>Each line of text is underlined.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
