Xamarin Pack Programmer's Guide
Shape.LoadFromXml Method
See Also
 






Loads the shape content from an XML element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    XElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    element As XElement, _
    context As XmlPersistContext _
)

 Parameters

element

The XElement containing the shape's data.

context

An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming Namespace