Determines the behaviour of clicking and then dragging the mouse over a DiagramSurface.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DiagramSurfaceDragAction
Visual Basic (Declaration)
Public Enumeration DiagramSurfaceDragAction

Members

Member nameDescription
Select
Enables marquee drag select on a DiagramSurface.
Pan
Enables dragging the viewport of a DiagramSurface.

See Also