corelibraries-devexpress-dot-diagram-dot-core-544807a2.md
Lists values that specify whether dragging the pointer tool pans across the canvas or draws the selection rectangle.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum PointerToolDragMode
Public Enum PointerToolDragMode
| Name | Description |
|---|---|
Selection |
Dragging the pointer draws the selection rectangle.
|
| Pan |
Dragging the pointer pans across the canvas.
|
| DoNothing |
Dragging the pointer does not perform any action.
|
The following properties accept/return PointerToolDragMode values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramOptionsBehavior.PointerToolDragMode |
| WPF Controls | DiagramControl.PointerToolDragMode |
The values listed by this enumeration are used to set the DiagramOptionsBehavior.PointerToolDragMode and DiagramControl.PointerToolDragMode property values.
See Also