Search
XmlPersistContext.ReadAnchorPoint Method
See Also
 





Reads an AnchorPoint with the specified name.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public AnchorPoint ReadAnchorPoint (
    XmlElement pointElement
)

Visual Basic  Copy Code

Public Function ReadAnchorPoint( _
    pointElement As XmlElement _
) As AnchorPoint

 Parameters

pointElement

 Return Value

 See Also