NSvgElement Class Members
In This Topic
The following tables list the members exposed by NSvgElement.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | HasSvgProperties | Gets whether this SVG element has any SVG properties or not. |
 | HrefAttribute | Gets/Sets the value of "href" or "xlink:href" attribute of this SVG element. |
 | StyleAttribute | Gets/Sets the local CSS style of this SVG element, which is stored in a "style" attribute. |
Top
Protected Properties
| Name | Description |
 | Root | Gets the root (<svg>) element ancestor of this element. |
Top
Public Methods
| Name | Description |
  | CreateElement | Overloaded. Creates an SVG element from the given XML element. Returns null if an SVG element couldn't be created from the given XML element. |
 | ToXmlNode | Overridden. Serializes this SVG element to an XML element. |
Top
See Also