ASP.NET Pack Programmer's Guide
SvgNode Members
Constructors Methods
 


SvgNode instances are diagram nodes that can render SVG drawings.

The following tables list the members exposed by the SvgNode type.

 Public Constructors

  Name Description

SvgNode

Initializes a new instance of the SvgNode class with default values supplied from the specified Diagram.

 Public Methods

  Name Description

getContent

Gets an SvgContent instance representing the SVG drawing rendered in this node.

init

Returns a Builder object used to configure this SvgNode instance.

loadFromXml

DiagramNode.LoadFromXml override. Loads the node's content from an XML element.

saveToXml

Saves the node's content into an XML element.

setContent

Sets an SvgContent instance representing the SVG drawing rendered in this node.

With

Returns a Builder object used to configure and create new SvgNode instances.

 See Also

SvgNode Class
MindFusion.Diagramming Namespace