Gets or sets when arrow end points should be aligned to the nearest anchor points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public SnapToAnchor SnapToAnchor { get; set; } |
Visual Basic Copy Code |
---|
Public Property SnapToAnchor As SnapToAnchor |
A member of the SnapToAnchor enumeration. The default is OnCreate.
The default value OnCreate, specifies that links are snapped to anchor points when they are created, but allows the user to move the link ends to different locations of a node. The OnCreateOrModify value makes link ends points connect to node anchors both if links are created or modified.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |