MindFusion.Wpf Pack Programmer's Guide
SnapToAnchor Enumeration
See Also
 





Specifies when link ends are snapped to nearest anchor points.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

MindFusion.Diagramming.Wpf Namespace
SnapToAnchor Property
ShowAnchors Enumeration