Class SvgElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Summary description for SvgElement.
public class SvgElement : CssXmlElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgElement, IElement, IXmlElement, INode, IXmlNode
- Inheritance
-
SvgElement
- Implements
- Derived
- Inherited Members
Constructors
Properties
- ElementInstance
Whenever an SvgElementInstance is created for an SvgElement this property is set. The value of this property is used by the renderer to dispatch events. SvgElements that are <use>d exist in a conceptual "instance tree" and the target of events for those elements is the conceptual instance node represented by the SvgElementInstance.
- Id
The value of the id attribute on the given element. Inheriting class should throw an exception when trying to update a read only element
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
- RenderingHint
Gets a value providing a hint on the rendering defined by this element.