Gets or sets when link end points should be aligned to the nearest anchor points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThe 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.
See Also