Name | Description | |
---|---|---|
NSvgElement Constructor | Default constructor. |
The following tables list the members exposed by NSvgElement.
Name | Description | |
---|---|---|
NSvgElement Constructor | Default constructor. |
Name | Description | |
---|---|---|
HrefAttributeProperty | Reference to the HrefAttribute property. | |
NSvgElementSchema | Schema associated with NSvgElement. | |
StyleAttributeProperty | Reference to the StyleAttribute property. |
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. |
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. |
Name | Description | |
---|---|---|
bWMd | ||
CreateChildFromXmlNode | Creates a child SVG node from the given XML node. | |
GetParentBounds | Gets the bounds of the first ancestor element that implements the Nevron.Nov.Internal.pQnd interface. | |
InitFromXmlElement | Inits this SVG element from the given XML element. | |
Mpl | ||
OWMd<pWMd> | ||
ToDips | Converts the given CSS multi-length to DIPs. | |
TryParseAttribute | Tries to parse the given attribute value string as a value to the property with the given name and applies the resulting property name/value pair to this SVG element. |