NSvgElement Class Properties
In This Topic
For a list of all members of this type, see NSvgElement members.
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
See Also