Search
NodeConstraints.LoadFromXml Method
See Also
 





Loads the label from the specified XML element.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    XmlElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    xmlElement As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

xmlElement

A XmlElement instance.

context

A XmlPersistContext instance.

 See Also