PointerToolDragMode Enum
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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return PointerToolDragMode values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramOptionsBehavior.PointerToolDragMode |
WPF Controls | DiagramControl.PointerToolDragMode |
Remarks
The values listed by this enumeration are used to set the DiagramOptionsBehavior.PointerToolDragMode and DiagramControl.PointerToolDragMode property values.
See Also