Skip to main content

DiagramControl.MinDragDistance Property

Specifies the number of pixels the cursor must move with the mouse down before dragging begins. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public double MinDragDistance { get; set; }

Property Value

Type Description
Double

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

See Also