Gets or sets the anchor points to which links are attached when connected to the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public AnchorPattern AnchorPattern { get; set; } |
Visual Basic Copy Code |
---|
Public Property AnchorPattern As AnchorPattern |
An instance of the AnchorPattern class.
This property specifies a set of points to which links can be attached. Each anchor point can accept either incoming links, outgoing links or both. If a node does not have any anchor points defined, links can be connected to any part of the node.
A ShapeNode whose AnchorPattern is not explicitly set uses the AnchorPattern from the Shape definition.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |