Search
AnchorPattern Members
Constructors Fields Properties Methods
 


The AnchorPattern class 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

Initializes a new instance of the AnchorPattern class.

 Public Fields

  Name Description

decision1In3Out

Gets the predefined anchor pattern decision1In3Out.

decision2In2Out

Gets the predefined anchor pattern decision2In2Out.

leftInRightOut

Gets the predefined anchor pattern leftInRightOut.

topInBottomOut

Gets the predefined anchor pattern topInBottomOut.

 Public Properties

  Name Description

id

Gets the unique identifier of this AnchorPattern.

points

Gets or sets the anchor points in this pattern.

 Public Methods

  Name Description

fromId

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

 See Also