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





Defines values that specify in what direction to constrain node movement.

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

 Syntax

C#  Copy Code

public enum DirectionConstraint

Visual Basic  Copy Code

Public Enum DirectionConstraint

 Members

  Member name Description

Horizontal

Users are allowed to move the node horizontally.

None

No restrictions.

Vertical

Users are allowed to move the node vertically.

 Remarks

Values from this enumeration can be assigned to the MoveDirection property of the NodeConstraints class.

 See Also

MindFusion.Diagramming.Wpf Namespace