Search
XmlPersistContext.ReadAnchorPattern Method
See Also
 






Reads an AnchorPattern with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern ReadAnchorPattern (
    string elementName,
    XElement parentElement,
    bool standalone
)

Visual Basic  Copy Code

Public Function ReadAnchorPattern( _
    elementName As String, _
    parentElement As XElement, _
    standalone As Boolean _
) As AnchorPattern

 Parameters

elementName

The name of the element containing the AnchorPattern object.

parentElement

The parent element of the node with the specified name.

standalone

true to read AnchorPattern content even if pattern's Id is set, or false otherwise.

 Return Value

 See Also