Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public enum PointerToolDragMode

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