Specifies when link ends are snapped to nearest anchor points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum SnapToAnchor |
Visual Basic
Copy Code
|
|---|
Public Enum SnapToAnchor |
Members| Member name | Description | |
|---|---|---|
![]() |
OnCreate |
Snap to anchor point when creating a new link. |
![]() |
OnCreateOrModify |
Snap to anchor point when creating or modifying a link. |
RemarksMembers of this enumeration are used as values of the SnapToAnchor property of the Diagram class.
See Also