| Name | Description |
| Children | Gets the collection of child elements. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Class | Gets or sets a string containing space separated class names of this element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Clip | Gets or sets a clipping rectangle. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ClipPath | Gets or sets a reference for the 'clip-path' property. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ClipRule | 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. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Color | Gets or sets an SvgColor providing a potential indirect value, currentColor, for other properties. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| CustomAttributes | Gets or sets the list of unknown or unsupported attributes. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Display | Gets or sets a value specifying whether the element (and all its descendents) is a part of the rendering tree. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Document | Gets the owner GcSvgDocument. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ElementName | Overridden. Gets the SVG name of the current element. |
| ElementType | Gets the type of the current SVG element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Fill | Gets or sets an SvgPaint for the interior of the given graphical element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FillOpacity | Gets or sets a value specifying the opacity of the painting operation used to fill the current object. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FillRule | Gets or sets a value specifying which algorithm is to be used to determine what parts of the canvas are included inside the shape. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontFamily | Gets or sets a value specifying the font family. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontKerning | Gets or sets a value controlling the contextual adjustment of inter-glyph spacing. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontSize | Gets or sets a scale factor applied to the EM unit of the font. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontSizeAdjust | Gets or sets a value that is equal to the x-height of a font divided by the font size.
float.NaN corresponds to 'none' value of the attribute. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontStretch | Gets or sets a value specifying the width of the font, selects a normal, condensed, or expanded face from a font family. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontStyle | Gets or sets a value selecting normal, italic or oblique font faces. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontVariantCaps | Gets or sets a value selecting alternate glyphs used for small or petite capitals or for titling. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontVariantEastAsian | Gets or sets a value that allows control of glyph substitution and sizing in East Asian text. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontVariantLigatures | Gets or sets a value that enables or disables ligatures and contextual forms. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontVariantNumeric | Gets or sets a value that specifies control over numerical forms. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontVariantPosition | Gets or sets a value that enables or disables typographic subscript and superscript glyphs. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| FontWeight | Gets or sets a value specifying the weight of glyphs in the font, their degree of blackness or stroke thickness. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| HasChildren | 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. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ID | Gets or sets the ID of this element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ImageRendering | Gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Lang | Gets or sets the primary language for the element's contents and for any of the element's attributes that contain text. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| LetterSpacing | Gets or sets a value specifying additional spacing between adjacent typographic character units. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Marker | Gets or sets a value for the 'marker-start', 'marker-mid' and 'marker-end' properties. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| MarkerEnd | Gets or sets a value for the 'marker-end' property. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| MarkerHeight | Gets or sets the height of the SVG viewport into which the marker is to be fitted. |
| MarkerMid | Gets or sets a value for the 'marker-mid' property. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| MarkerStart | Gets or sets a value for the 'marker-start' property. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| MarkerUnits | Gets or sets a value specifying the coordinate system for attributes 'markerWidth', 'markerHeight' and the contents of the 'marker'. |
| MarkerWidth | Gets or sets the width of the SVG viewport into which the marker is to be fitted. |
| Namespace | Gets the namespace of the current element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Opacity | Gets or sets a value specifying how opaque a given graphical element or container element will be when it is painted to the canvas. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| OrientAngle | Gets or sets a value indicating how the marker is rotated when it is placed at its position on the shape. |
| Overflow | Gets or sets a value specifying whether content of a block container element is clipped when it overflows the element's box. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| PaintOrder | 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. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Parent | Gets the parent SvgElement. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| PreserveAspectRatio | Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle. |
| RefX | Gets or sets the horizontal reference point of the symbol which is to be placed exactly at the symbol's x positioning coordinate. |
| RefY | Gets or sets the vertical reference point of the symbol which is to be placed exactly at the symbol's y positioning coordinate. |
| ShapeRendering | Gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Stroke | Gets or sets an SvgPaint that paints along the outline of the given graphical element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeDashArray | Gets or sets a dashing pattern to use. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeDashOffset | Gets or sets a value specifying the distance into the repeated dash pattern to start the stroke dashing at the beginning of the path. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeLineCap | Gets or sets a value specifying the shape to be used at the end of open subpaths when they are stroked. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeLineJoin | Gets or sets a value specifying the shape to be used at the corners of paths or basic shapes when they are stroked. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeMiterLimit | Gets or sets a limit on the extent of the line join. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeOpacity | Gets or sets a value specifying the opacity of the painting operation used to stroke the current object. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| StrokeWidth | Gets or sets the width of the stroke on the current object. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| SystemLanguage | Gets or sets the list of language tags, as defined in BCP 47. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Tag | Gets or sets the object with arbitrary data. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextAnchor | Gets or sets a value specifying how to align a string of pre-formatted text. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextDecorationLine | Gets or sets the position of text decoration lines, if any is added to the element. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextDecorationStyle | Gets or sets the style of the line(s) drawn for text decoration. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextDirection | Gets or sets the inline base direction or directionality of any bidi paragraph. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextOrientation | Gets or sets the orientation of text in vertical typographic modes. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| TextRendering | Gets or sets a hint to the implementation about what tradeoffs to make as it renders text. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| Transform | Gets or sets the list of transform functions. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| ViewBox | Gets or sets a rectangle in user space that should be mapped to the bounds of the SVG viewport established by the given element. |
| Visibility | Gets or sets a value specifying whether the boxes generated by an element are rendered. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| WordSpacing | Gets or sets a value specifying additional spacing between "words". (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| WritingMode | Gets or sets a value specifying whether lines of text are laid out horizontally or vertically and the direction in which blocks progress. (Inherited from GrapeCity.Documents.Svg.SvgElement) |
| XmlSpace | Gets or sets a value specifying the handling of white-space characters. (Inherited from GrapeCity.Documents.Svg.SvgElement) |