# GrapeCity.Documents.Svg

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="GrapeCity_Documents_Svg" data-uid="GrapeCity.Documents.Svg" class="text-break">GrapeCity.Documents.Svg Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a></h4>
      <section><p>Represents an SVG document.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.GcSvgGraphics.html">GcSvgGraphics</a></h4>
      <section><p>Represents a graphics object that can be used to draw on a <a class="xref" href="GrapeCity.Documents.Svg.GcSvgDocument.html">GcSvgDocument</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAnchorElement.html">SvgAnchorElement</a></h4>
      <section><p>Represents an 'a' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.html">SvgAttribute</a></h4>
      <section><p>Represents an SVG attribute.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgCircleElement.html">SvgCircleElement</a></h4>
      <section><p>Represents a 'circle' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgClipPathElement.html">SvgClipPathElement</a></h4>
      <section><p>Restricts the region to which paint can be applied.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgClosePathCommand.html">SvgClosePathCommand</a></h4>
      <section><p>Represents a 'closepath' command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgCommentElement.html">SvgCommentElement</a></h4>
      <section><p>Represents an XML comment in the SVG file.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgContentElement.html">SvgContentElement</a></h4>
      <section><p>Represents text content in an SVG element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.html">SvgCurveToCommand</a></h4>
      <section><p>Represents a cubic Bézier curve command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgCustomAttribute.html">SvgCustomAttribute</a></h4>
      <section><p>Represents an unknown or unsupported <a class="xref" href="GrapeCity.Documents.Svg.SvgAttribute.html">SvgAttribute</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgCustomElement.html">SvgCustomElement</a></h4>
      <section><p>Represents an unsupported SVG and non-SVG element (HTML, ...).</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgDefsElement.html">SvgDefsElement</a></h4>
      <section><p>Represents the 'defs' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgDescElement.html">SvgDescElement</a></h4>
      <section><p>Represents the 'desc' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></h4>
      <section><p>The base class for all SVG elements.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgElementCollection.html">SvgElementCollection</a></h4>
      <section><p>Represents a collection of elements derived from <a class="xref" href="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.html">SvgEllipseElement</a></h4>
      <section><p>Represents a 'ellipse' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.html">SvgEllipticalArcCommand</a></h4>
      <section><p>Represents an elliptical arc curve command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgException.html">SvgException</a></h4>
      <section><p>Represents an exception related to SVG parsing or rendering.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontFamily.html">SvgFontFamily</a></h4>
      <section><p>Specifies a font family name or a generic family name.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.html">SvgGeometryElement</a></h4>
      <section><p>Represents SVG elements whose rendering is defined by geometry with an equivalent path.
This includes paths and the basic shapes.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgGradientElement.html">SvgGradientElement</a></h4>
      <section><p>The base class for <a class="xref" href="GrapeCity.Documents.Svg.SvgLinearGradientElement.html">SvgLinearGradientElement</a> and <a class="xref" href="GrapeCity.Documents.Svg.SvgRadialGradientElement.html">SvgRadialGradientElement</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></h4>
      <section><p>Represents SVG elements whose primary purpose is to directly render graphics into a group.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgGroupElement.html">SvgGroupElement</a></h4>
      <section><p>Represents the 'g' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgHorizontalLineToCommand.html">SvgHorizontalLineToCommand</a></h4>
      <section><p>Represents a horizontal line command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgImageElement.html">SvgImageElement</a></h4>
      <section><p>Represents the 'image' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.html">SvgLineElement</a></h4>
      <section><p>Corresponds to the 'line' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLineToCommand.html">SvgLineToCommand</a></h4>
      <section><p>Represents a 'lineto' command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLinearGradientElement.html">SvgLinearGradientElement</a></h4>
      <section><p>Represents the 'linearGradient' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMarkerElement.html">SvgMarkerElement</a></h4>
      <section><p>Represents the 'marker' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMatrixTransform.html">SvgMatrixTransform</a></h4>
      <section><p>Represents a 'matrix' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMetadataElement.html">SvgMetadataElement</a></h4>
      <section><p>Represents the 'metadata' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMoveToCommand.html">SvgMoveToCommand</a></h4>
      <section><p>Represents a 'moveto' command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPaint.html">SvgPaint</a></h4>
      <section><p>Represents an SVG paint.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPathBuilder.html">SvgPathBuilder</a></h4>
      <section><p>A helper class for creating instances of <a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.html">SvgPathData</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.html">SvgPathCommand</a></h4>
      <section><p>Represents a single command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.html">SvgPathData</a></h4>
      <section><p>Represents a sequence of instructions for drawing a path.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPathElement.html">SvgPathElement</a></h4>
      <section><p>Represents the outline of a shape which can be filled or stroked.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPatternElement.html">SvgPatternElement</a></h4>
      <section><p>Represents the 'pattern' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPolygonElement.html">SvgPolygonElement</a></h4>
      <section><p>Represents a 'polygon' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPolylineElement.html">SvgPolylineElement</a></h4>
      <section><p>Represents a 'polyline' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgQuadraticBezierCurveToCommand.html">SvgQuadraticBezierCurveToCommand</a></h4>
      <section><p>Represents a quadratic Bézier curve command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgRadialGradientElement.html">SvgRadialGradientElement</a></h4>
      <section><p>Represents the 'radialGradient' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgRectElement.html">SvgRectElement</a></h4>
      <section><p>Represents a 'rect' element in the DOM.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgReference.html">SvgReference</a></h4>
      <section><p>Represents a reference to another element or resource.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgRotateTransform.html">SvgRotateTransform</a></h4>
      <section><p>Represents a 'rotate' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgScaleTransform.html">SvgScaleTransform</a></h4>
      <section><p>Represents a 'scale' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSkewXTransform.html">SvgSkewXTransform</a></h4>
      <section><p>Represents a 'skewX' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSkewYTransform.html">SvgSkewYTransform</a></h4>
      <section><p>Represents a 'skewY' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSmoothCurveToCommand.html">SvgSmoothCurveToCommand</a></h4>
      <section><p>Represents a shorthand cubic Bézier curve command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSmoothQuadraticBezierCurveToCommand.html">SvgSmoothQuadraticBezierCurveToCommand</a></h4>
      <section><p>Represents a shorthand quadratic Bézier curve command in the path data.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgStopElement.html">SvgStopElement</a></h4>
      <section><p>Represents a gradient stop element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgStyleElement.html">SvgStyleElement</a></h4>
      <section><p>Represents a 'style' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.html">SvgSvgElement</a></h4>
      <section><p>Represents the 'svg' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSwitchElement.html">SvgSwitchElement</a></h4>
      <section><p>Represents the 'switch' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSymbolElement.html">SvgSymbolElement</a></h4>
      <section><p>Represents the 'symbol' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTSpanElement.html">SvgTSpanElement</a></h4>
      <section><p>Represents a 'tspan' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.html">SvgTextContentElement</a></h4>
      <section><p>Represents an element that supports rendering child text content.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextElement.html">SvgTextElement</a></h4>
      <section><p>Represents a 'text' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.html">SvgTextPathElement</a></h4>
      <section><p>Represents a 'textPath' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.html">SvgTextPositioningElement</a></h4>
      <section><p>Represents a text element with attributes that position individual text glyphs.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTitleElement.html">SvgTitleElement</a></h4>
      <section><p>Represents the 'title' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTransform.html">SvgTransform</a></h4>
      <section><p>Represents a single function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTranslateTransform.html">SvgTranslateTransform</a></h4>
      <section><p>Represents a 'translate' function in the transform list.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.html">SvgUseElement</a></h4>
      <section><p>Represents the 'use' element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgVerticalLineToCommand.html">SvgVerticalLineToCommand</a></h4>
      <section><p>Represents a vertical line command in the path data.</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a></h4>
      <section><p>Reflects an angle value.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgClip.html">SvgClip</a></h4>
      <section><p>Represents a clipping rectangle.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgColor.html">SvgColor</a></h4>
      <section><p>Represents a color.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLength.html">SvgLength</a></h4>
      <section><p>Represents the presentation attribute value, such as X-coordinate or height.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.html">SvgPoint</a></h4>
      <section><p>Represents a point with X and Y coordinates.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPreserveAspectRatio.html">SvgPreserveAspectRatio</a></h4>
      <section><p>Indicates whether or not to force uniform scaling</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.html">SvgSpacing</a></h4>
      <section><p>Specifies additional spacing between &quot;words&quot; or adjacent typographic character units.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgViewBox.html">SvgViewBox</a></h4>
      <section><p>Represents a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAngleUnits.html">SvgAngleUnits</a></h4>
      <section><p>Specifies the type of <a class="xref" href="GrapeCity.Documents.Svg.SvgAngle.html">SvgAngle</a> units.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAspectRatioAlign.html">SvgAspectRatioAlign</a></h4>
      <section><p>Specifies whether to force uniform scaling and if so, the alignment method to use.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgAttributeType.html">SvgAttributeType</a></h4>
      <section><p>Specifies the type of an SVG attribute.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgBoundingBoxType.html">SvgBoundingBoxType</a></h4>
      <section><p>Specifies the type of bounding box to be computed for an <a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgDisplay.html">SvgDisplay</a></h4>
      <section><p>Specifies whether an element (and all its descendants) is a part of the rendering tree.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgElementType.html">SvgElementType</a></h4>
      <section><p>Specifies the type of an SVG element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFillRule.html">SvgFillRule</a></h4>
      <section><p>Defines the algorithm (or winding rule) which is to be used to determine what parts of a canvas are included inside a shape.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontFamilyType.html">SvgFontFamilyType</a></h4>
      <section><p>Defines a type of the font family (regular font name or a generic family name).</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontKerning.html">SvgFontKerning</a></h4>
      <section><p>Controls metric kerning, kerning that utilizes adjustment data contained in the font.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontStretch.html">SvgFontStretch</a></h4>
      <section><p>Defines the width of the font, selects a normal, condensed, or expanded face from a font family.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontStyle.html">SvgFontStyle</a></h4>
      <section><p>Allows italic or oblique faces to be selected.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontVariantCaps.html">SvgFontVariantCaps</a></h4>
      <section><p>Allows the selection of alternate glyphs used for small or petite capitals or for titling.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontVariantEastAsian.html">SvgFontVariantEastAsian</a></h4>
      <section><p>Allows control of glyph substitution and sizing in East Asian text.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontVariantLigatures.html">SvgFontVariantLigatures</a></h4>
      <section><p>Enables or disables ligatures and contextual forms.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontVariantNumeric.html">SvgFontVariantNumeric</a></h4>
      <section><p>Specifies control over numerical forms.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontVariantPosition.html">SvgFontVariantPosition</a></h4>
      <section><p>Enables or disables typographic subscript and superscript glyphs.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgFontWeight.html">SvgFontWeight</a></h4>
      <section><p>Defines the weight of glyphs in the font, their degree of blackness or stroke thickness.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgImageRendering.html">SvgImageRendering</a></h4>
      <section><p>Provides a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthAdjust.html">SvgLengthAdjust</a></h4>
      <section><p>Determines whether the glyphs themselves should be stretched or compressed in addition to the advance values.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgLengthUnits.html">SvgLengthUnits</a></h4>
      <section><p>Represents the type of an <a class="xref" href="GrapeCity.Documents.Svg.SvgLength.html">SvgLength</a> units.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMarkerUnits.html">SvgMarkerUnits</a></h4>
      <section><p>Defines the coordinate system for attributes 'markerWidth', 'markerHeight' and the contents of the 'marker'.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgMeetOrSlice.html">SvgMeetOrSlice</a></h4>
      <section><p>Defines the method of scaling am element's 'viewBox' within the SVG viewport.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgOverflow.html">SvgOverflow</a></h4>
      <section><p>Specifies how the content of a block container element is clipped when it overflows the element's box.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPaintOrder.html">SvgPaintOrder</a></h4>
      <section><p>Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPaintType.html">SvgPaintType</a></h4>
      <section><p>Specifies the type of SVG paint.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommandType.html">SvgPathCommandType</a></h4>
      <section><p>Specifies the type of an SVG path command.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgReferenceType.html">SvgReferenceType</a></h4>
      <section><p>Specifies the type of data in an <a class="xref" href="GrapeCity.Documents.Svg.SvgReference.html">SvgReference</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgShapeRendering.html">SvgShapeRendering</a></h4>
      <section><p>Provides a hint to the implementation about what tradeoffs to make as it renders vector graphics elements such as
<a class="xref" href="GrapeCity.Documents.Svg.SvgPathElement.html">SvgPathElement</a> elements and basic shapes such as circles and rectangles.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSpacingUnits.html">SvgSpacingUnits</a></h4>
      <section><p>Represents the type of an <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.html">SvgSpacing</a> units.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgSpreadMethod.html">SvgSpreadMethod</a></h4>
      <section><p>Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgStrokeLineCap.html">SvgStrokeLineCap</a></h4>
      <section><p>Specifies the shape to be used at the end of open subpaths when they are stroked.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgStrokeLineJoin.html">SvgStrokeLineJoin</a></h4>
      <section><p>Specifies the shape to be used at the end of open subpaths when they are stroked.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextAnchor.html">SvgTextAnchor</a></h4>
      <section><p>Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextDecorationLine.html">SvgTextDecorationLine</a></h4>
      <section><p>Specifies the position of text decoration lines, if any is added to the element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextDecorationStyle.html">SvgTextDecorationStyle</a></h4>
      <section><p>Specifies the style of the line(s) drawn for text decoration.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextDirection.html">SvgTextDirection</a></h4>
      <section><p>Specifies the inline base direction or directionality of any bidi paragraph.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextOrientation.html">SvgTextOrientation</a></h4>
      <section><p>Specifies the orientation of text in vertical typographic modes.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathMethod.html">SvgTextPathMethod</a></h4>
      <section><p>Indicates the method by which text should be rendered along the path.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathSide.html">SvgTextPathSide</a></h4>
      <section><p>Determines the side of the path the text is placed on (relative to the path direction).
Specifying a value of 'Right' effectively reverses the path.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathSpacing.html">SvgTextPathSpacing</a></h4>
      <section><p>Indicates how the user agent should determine the spacing between typographic characters that are to be rendered along a path.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTextRendering.html">SvgTextRendering</a></h4>
      <section><p>Provides a hint to the implementation about what tradeoffs to make as it renders text.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgTransformType.html">SvgTransformType</a></h4>
      <section><p>Specifies the type of an SVG transform function.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgUnicodeBidi.html">SvgUnicodeBidi</a></h4>
      <section><p>Allows creating scopes within the unicode bidi algorithm, and to override the intrinsic directionality of text.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgUnitType.html">SvgUnitType</a></h4>
      <section><p>Defines the coordinate system for coordinate attributes.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgVisibility.html">SvgVisibility</a></h4>
      <section><p>Specifies how the boxes generated by an element are rendered.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgWritingMode.html">SvgWritingMode</a></h4>
      <section><p>Specifies whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.</p>
</section>
      <h4><a class="xref" href="GrapeCity.Documents.Svg.SvgXmlSpace.html">SvgXmlSpace</a></h4>
      <section><p>Specifies the handling of white-space characters.</p>
</section>


</div>
