Back to Devexpress

PointerToolDragMode Enum

corelibraries-devexpress-dot-diagram-dot-core-544807a2.md

latest1.7 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum PointerToolDragMode
vb
Public Enum PointerToolDragMode

Members

NameDescription
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:

LibraryRelated API Members
WinForms ControlsDiagramOptionsBehavior.PointerToolDragMode
WPF ControlsDiagramControl.PointerToolDragMode

Remarks

The values listed by this enumeration are used to set the DiagramOptionsBehavior.PointerToolDragMode and DiagramControl.PointerToolDragMode property values.

See Also

DevExpress.Diagram.Core Namespace