Back to Devexpress

DiagramControl.MinDragDistance Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-b285c16a.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public double MinDragDistance { get; set; }
vb
Public Property MinDragDistance As Double

Property Value

TypeDescription
Double

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

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace