A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Selection | Dragging the pointer draws the selection rectangle. |
Pan | Dragging the pointer pans across the canvas. |
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
Feedback