# GrapeCity.Documents.Svg.SvgDisplay

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgDisplay" data-uid="GrapeCity.Documents.Svg.SvgDisplay" class="text-break">SvgDisplay Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether an element (and all its descendants) is a part of the rendering tree.</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_SvgDisplay_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgDisplay</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgDisplay</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_SvgDisplay_Block">Block</td>
        <td><p>Corresponds to the 'block' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_Inherit">Inherit</td>
        <td><p>Corresponds to the 'inherit' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_Inline">Inline</td>
        <td><p>Corresponds to the 'inline' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_InlineBlock">InlineBlock</td>
        <td><p>Corresponds to the 'inline-block' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_InlineTable">InlineTable</td>
        <td><p>Corresponds to the 'inline-table' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_ListItem">ListItem</td>
        <td><p>Corresponds to the 'list-item' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_None">None</td>
        <td><p>Causes an element to not appear in the formatting structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_Table">Table</td>
        <td><p>Corresponds to the 'table' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableCaption">TableCaption</td>
        <td><p>Corresponds to the 'table-caption' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableCell">TableCell</td>
        <td><p>Corresponds to the 'table-cell' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableColumn">TableColumn</td>
        <td><p>Corresponds to the 'table-column' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableColumnGroup">TableColumnGroup</td>
        <td><p>Corresponds to the 'table-column-group' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableFooterGroup">TableFooterGroup</td>
        <td><p>Corresponds to the 'table-footer-group' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableHeaderGroup">TableHeaderGroup</td>
        <td><p>Corresponds to the 'table-header-group' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableRow">TableRow</td>
        <td><p>Corresponds to the 'table-row' value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgDisplay_TableRowGroup">TableRowGroup</td>
        <td><p>Corresponds to the 'table-row-group' value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
