Initializes a new instance of the AnchorPattern class with the specified anchor points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public AnchorPattern ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The 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 = |
Visual Basic Copy Code |
---|
Dim decision2In2Out As AnchorPattern = _ |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |