Determines the behaviour of clicking and then dragging the mouse over a DiagramSurface.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: 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 name | Description | |
|---|---|---|
| Select |
Enables marquee drag select on a DiagramSurface.
| |
| Pan |
Enables dragging the viewport of a DiagramSurface.
|