Intializes a new instance of the AnchorPattern class with the specified anchor points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public AnchorPattern ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
ExampleThe following code creates a decision node with two incoming anchors at the top and the left, and two outgoing at the bottom and the right vertices.
C#
Copy Code
|
|---|
AnchorPattern decision2In2Out = ShapeNode decisionNode = diagram.Factory.CreateShapeNode(10, 10, 50, 35); |
Visual Basic
Copy Code
|
|---|
Dim decision2In2Out As AnchorPattern = _ |
See Also