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

DiagramOptionsBehavior.MinDragDistance Property

Specifies the number of pixels the cursor must move with the mouse down before dragging begins.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(3F)]
public virtual float MinDragDistance { get; set; }

Property Value

Type Default Description
Single 3

A System.Double value that is the number of pixels the cursor must move with the mouse down before dragging begins.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinDragDistance
DiagramControl
.OptionsBehavior.MinDragDistance
See Also