Search
SnapToAnchor Enumeration
See Also
 





Specifies when link ends are snapped to nearest anchor points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  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.

 Remarks

Members of this enumeration are used as values of the SnapToAnchor property of the Diagram class.

 See Also