MindFusion.Wpf Pack Programmer's Guide
AnchorPattern Members
Constructors Properties Methods
 


Represents a set of anchor points, which specify the exact locations where links are allowed to connect to nodes.

The following tables list the members exposed by the AnchorPattern type.

 Public Constructors

  Name Description

AnchorPattern

Overloaded. Intializes a new instance of the AnchorPattern class.

 Public Properties

  Name Description

Decision1In3Out

Gets the predefined anchor pattern Decision1In3Out.

Decision2In2Out

Gets the predefined anchor pattern Decision2In2Out.

Id

Gets the AnchorPattern unique identifier.

LeftInRightOut

Gets the predefined anchor pattern LeftInRightOut.

Points

Gets a collection of the anchor points in this pattern.

TopInBottomOut

Gets the predefined anchor pattern TopInBottomOut.

 Public Methods

  Name Description

Clone

Creates an exact clone of this AnchorPattern object.

FromId

Returns a reference to the anchor pattern with the specified string identifier.

Register

Registers the specified anchor pattern as shared.

 Protected Methods

  Name Description

LoadFromJson

Deserializes the pattern from JSON format.

LoadFromXml

Deserializes the pattern from XML format.

SaveToJson

Serializes the pattern in JSON format.

SaveToXml

Serializes the pattern in XML format.

 See Also

AnchorPattern Class
MindFusion.Diagramming.Wpf Namespace