# GrapeCity.Documents.Svg.SvgElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgElement" data-uid="GrapeCity.Documents.Svg.SvgElement" class="text-break">SvgElement Class
</h1>
  <div class="markdown level0 summary"><p>The base class for all SVG elements.</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"><span class="xref">SvgElement</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgClipPathElement.html">SvgClipPathElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgCommentElement.html">SvgCommentElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.html">SvgContentElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgCustomElement.html">SvgCustomElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgDescElement.html">SvgDescElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGradientElement.html">SvgGradientElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgMarkerElement.html">SvgMarkerElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgMetadataElement.html">SvgMetadataElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.html">SvgPatternElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.html">SvgStopElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgStyleElement.html">SvgStyleElement</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgTitleElement.html">SvgTitleElement</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_SvgElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgElement</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_SvgElement__ctor_GrapeCity_Documents_Svg_SvgElementType_" data-uid="GrapeCity.Documents.Svg.SvgElement.#ctor(GrapeCity.Documents.Svg.SvgElementType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.-ctor.html#GrapeCity_Documents_Svg_SvgElement__ctor_GrapeCity_Documents_Svg_SvgElementType_">SvgElement(SvgElementType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</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_SvgElement_Children" data-uid="GrapeCity.Documents.Svg.SvgElement.Children">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Children.html#GrapeCity_Documents_Svg_SvgElement_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Class" data-uid="GrapeCity.Documents.Svg.SvgElement.Class">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Class.html#GrapeCity_Documents_Svg_SvgElement_Class">Class</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string containing space separated class names of this element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Clip" data-uid="GrapeCity.Documents.Svg.SvgElement.Clip">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Clip.html#GrapeCity_Documents_Svg_SvgElement_Clip">Clip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a clipping rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ClipPath" data-uid="GrapeCity.Documents.Svg.SvgElement.ClipPath">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ClipPath.html#GrapeCity_Documents_Svg_SvgElement_ClipPath">ClipPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference for the 'clip-path' property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ClipRule" data-uid="GrapeCity.Documents.Svg.SvgElement.ClipRule">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ClipRule.html#GrapeCity_Documents_Svg_SvgElement_ClipRule">ClipRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the algorithm which is to be used to determine whether a given point
is inside a shape for a clipping region created with a graphics element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Color" data-uid="GrapeCity.Documents.Svg.SvgElement.Color">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Color.html#GrapeCity_Documents_Svg_SvgElement_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Documents.Svg.SvgColor.html">SvgColor</a> providing a potential indirect value, currentColor, for other properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_CustomAttributes" data-uid="GrapeCity.Documents.Svg.SvgElement.CustomAttributes">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.CustomAttributes.html#GrapeCity_Documents_Svg_SvgElement_CustomAttributes">CustomAttributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of unknown or unsupported attributes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Display" data-uid="GrapeCity.Documents.Svg.SvgElement.Display">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Display.html#GrapeCity_Documents_Svg_SvgElement_Display">Display</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether the element (and all its descendents) is a part of the rendering tree.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Document" data-uid="GrapeCity.Documents.Svg.SvgElement.Document">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Document.html#GrapeCity_Documents_Svg_SvgElement_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ElementName" data-uid="GrapeCity.Documents.Svg.SvgElement.ElementName">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ElementName.html#GrapeCity_Documents_Svg_SvgElement_ElementName">ElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG or non-SVG name of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ElementType" data-uid="GrapeCity.Documents.Svg.SvgElement.ElementType">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ElementType.html#GrapeCity_Documents_Svg_SvgElement_ElementType">ElementType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the current SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Fill" data-uid="GrapeCity.Documents.Svg.SvgElement.Fill">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Fill.html#GrapeCity_Documents_Svg_SvgElement_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Documents.Svg.SvgPaint.html">SvgPaint</a> for the interior of the given graphical element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FillOpacity" data-uid="GrapeCity.Documents.Svg.SvgElement.FillOpacity">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FillOpacity.html#GrapeCity_Documents_Svg_SvgElement_FillOpacity">FillOpacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the opacity of the painting operation used to fill the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FillRule" data-uid="GrapeCity.Documents.Svg.SvgElement.FillRule">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FillRule.html#GrapeCity_Documents_Svg_SvgElement_FillRule">FillRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying which algorithm is to be used to determine what parts of the canvas are included inside the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontFamily" data-uid="GrapeCity.Documents.Svg.SvgElement.FontFamily">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontFamily.html#GrapeCity_Documents_Svg_SvgElement_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontKerning" data-uid="GrapeCity.Documents.Svg.SvgElement.FontKerning">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontKerning.html#GrapeCity_Documents_Svg_SvgElement_FontKerning">FontKerning</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value controlling the contextual adjustment of inter-glyph spacing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontSize" data-uid="GrapeCity.Documents.Svg.SvgElement.FontSize">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontSize.html#GrapeCity_Documents_Svg_SvgElement_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a scale factor applied to the EM unit of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontSizeAdjust" data-uid="GrapeCity.Documents.Svg.SvgElement.FontSizeAdjust">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontSizeAdjust.html#GrapeCity_Documents_Svg_SvgElement_FontSizeAdjust">FontSizeAdjust</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that is equal to the x-height of a font divided by the font size.</p>
<p>float.NaN corresponds to 'none' value of the attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontStretch" data-uid="GrapeCity.Documents.Svg.SvgElement.FontStretch">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontStretch.html#GrapeCity_Documents_Svg_SvgElement_FontStretch">FontStretch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the width of the font, selects a normal, condensed, or expanded face from a font family.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontStyle" data-uid="GrapeCity.Documents.Svg.SvgElement.FontStyle">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontStyle.html#GrapeCity_Documents_Svg_SvgElement_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value selecting normal, italic or oblique font faces.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontVariantCaps" data-uid="GrapeCity.Documents.Svg.SvgElement.FontVariantCaps">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontVariantCaps.html#GrapeCity_Documents_Svg_SvgElement_FontVariantCaps">FontVariantCaps</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value selecting alternate glyphs used for small or petite capitals or for titling.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontVariantEastAsian" data-uid="GrapeCity.Documents.Svg.SvgElement.FontVariantEastAsian">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontVariantEastAsian.html#GrapeCity_Documents_Svg_SvgElement_FontVariantEastAsian">FontVariantEastAsian</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that allows control of glyph substitution and sizing in East Asian text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontVariantLigatures" data-uid="GrapeCity.Documents.Svg.SvgElement.FontVariantLigatures">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontVariantLigatures.html#GrapeCity_Documents_Svg_SvgElement_FontVariantLigatures">FontVariantLigatures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that enables or disables ligatures and contextual forms.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontVariantNumeric" data-uid="GrapeCity.Documents.Svg.SvgElement.FontVariantNumeric">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontVariantNumeric.html#GrapeCity_Documents_Svg_SvgElement_FontVariantNumeric">FontVariantNumeric</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies control over numerical forms.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontVariantPosition" data-uid="GrapeCity.Documents.Svg.SvgElement.FontVariantPosition">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontVariantPosition.html#GrapeCity_Documents_Svg_SvgElement_FontVariantPosition">FontVariantPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that enables or disables typographic subscript and superscript glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_FontWeight" data-uid="GrapeCity.Documents.Svg.SvgElement.FontWeight">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.FontWeight.html#GrapeCity_Documents_Svg_SvgElement_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the weight of glyphs in the font, their degree of blackness or stroke thickness.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_HasChildren" data-uid="GrapeCity.Documents.Svg.SvgElement.HasChildren">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.HasChildren.html#GrapeCity_Documents_Svg_SvgElement_HasChildren">HasChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current element has any children.
Using this property rather than checking for Children.Count being greater than zero
improves performance and reduces memory usage.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ID" data-uid="GrapeCity.Documents.Svg.SvgElement.ID">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ID.html#GrapeCity_Documents_Svg_SvgElement_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of this element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ImageRendering" data-uid="GrapeCity.Documents.Svg.SvgElement.ImageRendering">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ImageRendering.html#GrapeCity_Documents_Svg_SvgElement_ImageRendering">ImageRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Lang" data-uid="GrapeCity.Documents.Svg.SvgElement.Lang">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Lang.html#GrapeCity_Documents_Svg_SvgElement_Lang">Lang</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the primary language for the element's contents and for any of the element's attributes that contain text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_LetterSpacing" data-uid="GrapeCity.Documents.Svg.SvgElement.LetterSpacing">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.LetterSpacing.html#GrapeCity_Documents_Svg_SvgElement_LetterSpacing">LetterSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying additional spacing between adjacent typographic character units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Marker" data-uid="GrapeCity.Documents.Svg.SvgElement.Marker">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Marker.html#GrapeCity_Documents_Svg_SvgElement_Marker">Marker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value for the 'marker-start', 'marker-mid' and 'marker-end' properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_MarkerEnd" data-uid="GrapeCity.Documents.Svg.SvgElement.MarkerEnd">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.MarkerEnd.html#GrapeCity_Documents_Svg_SvgElement_MarkerEnd">MarkerEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value for the 'marker-end' property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_MarkerMid" data-uid="GrapeCity.Documents.Svg.SvgElement.MarkerMid">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.MarkerMid.html#GrapeCity_Documents_Svg_SvgElement_MarkerMid">MarkerMid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value for the 'marker-mid' property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_MarkerStart" data-uid="GrapeCity.Documents.Svg.SvgElement.MarkerStart">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.MarkerStart.html#GrapeCity_Documents_Svg_SvgElement_MarkerStart">MarkerStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value for the 'marker-start' property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Namespace" data-uid="GrapeCity.Documents.Svg.SvgElement.Namespace">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Namespace.html#GrapeCity_Documents_Svg_SvgElement_Namespace">Namespace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the namespace of the current element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Opacity" data-uid="GrapeCity.Documents.Svg.SvgElement.Opacity">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Opacity.html#GrapeCity_Documents_Svg_SvgElement_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how opaque a given graphical element or container element will be when it is painted to the canvas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Overflow" data-uid="GrapeCity.Documents.Svg.SvgElement.Overflow">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Overflow.html#GrapeCity_Documents_Svg_SvgElement_Overflow">Overflow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether content of a block container element is clipped when it overflows the element's box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_PaintOrder" data-uid="GrapeCity.Documents.Svg.SvgElement.PaintOrder">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.PaintOrder.html#GrapeCity_Documents_Svg_SvgElement_PaintOrder">PaintOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the order of the paint operations that shapes
are rendered with: their fill, their stroke and any markers they might have.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Parent" data-uid="GrapeCity.Documents.Svg.SvgElement.Parent">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Parent.html#GrapeCity_Documents_Svg_SvgElement_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_ShapeRendering" data-uid="GrapeCity.Documents.Svg.SvgElement.ShapeRendering">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.ShapeRendering.html#GrapeCity_Documents_Svg_SvgElement_ShapeRendering">ShapeRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Stroke" data-uid="GrapeCity.Documents.Svg.SvgElement.Stroke">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Stroke.html#GrapeCity_Documents_Svg_SvgElement_Stroke">Stroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Documents.Svg.SvgPaint.html">SvgPaint</a> that paints along the outline of the given graphical element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeDashArray" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeDashArray">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeDashArray.html#GrapeCity_Documents_Svg_SvgElement_StrokeDashArray">StrokeDashArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a dashing pattern to use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeDashOffset" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeDashOffset">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeDashOffset.html#GrapeCity_Documents_Svg_SvgElement_StrokeDashOffset">StrokeDashOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the distance into the repeated dash pattern to start the stroke dashing at the beginning of the path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeLineCap" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeLineCap">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeLineCap.html#GrapeCity_Documents_Svg_SvgElement_StrokeLineCap">StrokeLineCap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the shape to be used at the end of open subpaths when they are stroked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeLineJoin" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeLineJoin">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeLineJoin.html#GrapeCity_Documents_Svg_SvgElement_StrokeLineJoin">StrokeLineJoin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the shape to be used at the corners of paths or basic shapes when they are stroked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeMiterLimit" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeMiterLimit">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeMiterLimit.html#GrapeCity_Documents_Svg_SvgElement_StrokeMiterLimit">StrokeMiterLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a limit on the extent of the line join.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeOpacity" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeOpacity">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeOpacity.html#GrapeCity_Documents_Svg_SvgElement_StrokeOpacity">StrokeOpacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the opacity of the painting operation used to stroke the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_StrokeWidth" data-uid="GrapeCity.Documents.Svg.SvgElement.StrokeWidth">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.StrokeWidth.html#GrapeCity_Documents_Svg_SvgElement_StrokeWidth">StrokeWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the stroke on the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_SystemLanguage" data-uid="GrapeCity.Documents.Svg.SvgElement.SystemLanguage">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.SystemLanguage.html#GrapeCity_Documents_Svg_SvgElement_SystemLanguage">SystemLanguage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of language tags, as defined in BCP 47.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Tag" data-uid="GrapeCity.Documents.Svg.SvgElement.Tag">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Tag.html#GrapeCity_Documents_Svg_SvgElement_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object with arbitrary data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextAnchor" data-uid="GrapeCity.Documents.Svg.SvgElement.TextAnchor">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextAnchor.html#GrapeCity_Documents_Svg_SvgElement_TextAnchor">TextAnchor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how to align a string of pre-formatted text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextDecorationLine" data-uid="GrapeCity.Documents.Svg.SvgElement.TextDecorationLine">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextDecorationLine.html#GrapeCity_Documents_Svg_SvgElement_TextDecorationLine">TextDecorationLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of text decoration lines, if any is added to the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextDecorationStyle" data-uid="GrapeCity.Documents.Svg.SvgElement.TextDecorationStyle">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextDecorationStyle.html#GrapeCity_Documents_Svg_SvgElement_TextDecorationStyle">TextDecorationStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the line(s) drawn for text decoration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextDirection" data-uid="GrapeCity.Documents.Svg.SvgElement.TextDirection">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextDirection.html#GrapeCity_Documents_Svg_SvgElement_TextDirection">TextDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the inline base direction or directionality of any bidi paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextOrientation" data-uid="GrapeCity.Documents.Svg.SvgElement.TextOrientation">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextOrientation.html#GrapeCity_Documents_Svg_SvgElement_TextOrientation">TextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of text in vertical typographic modes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_TextRendering" data-uid="GrapeCity.Documents.Svg.SvgElement.TextRendering">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.TextRendering.html#GrapeCity_Documents_Svg_SvgElement_TextRendering">TextRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a hint to the implementation about what tradeoffs to make as it renders text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Transform" data-uid="GrapeCity.Documents.Svg.SvgElement.Transform">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Transform.html#GrapeCity_Documents_Svg_SvgElement_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of transform functions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_Visibility" data-uid="GrapeCity.Documents.Svg.SvgElement.Visibility">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.Visibility.html#GrapeCity_Documents_Svg_SvgElement_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether the boxes generated by an element are rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_WordSpacing" data-uid="GrapeCity.Documents.Svg.SvgElement.WordSpacing">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.WordSpacing.html#GrapeCity_Documents_Svg_SvgElement_WordSpacing">WordSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying additional spacing between &quot;words&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_WritingMode" data-uid="GrapeCity.Documents.Svg.SvgElement.WritingMode">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.WritingMode.html#GrapeCity_Documents_Svg_SvgElement_WritingMode">WritingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgElement_XmlSpace" data-uid="GrapeCity.Documents.Svg.SvgElement.XmlSpace">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.XmlSpace.html#GrapeCity_Documents_Svg_SvgElement_XmlSpace">XmlSpace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the handling of white-space characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
