Search
JsonPersistContext.ReadAnchorPattern Method
See Also
 





Reads an AnchorPattern object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern ReadAnchorPattern (
    JsonValue value
)

Visual Basic  Copy Code

Public Function ReadAnchorPattern( _
    value As JsonValue _
) As AnchorPattern

 Parameters

value

 Return Value

 See Also