Back to Devexpress

DiagramOptionsBehavior.MinDragDistance Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-ee8458a6.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(3F)]
public virtual float MinDragDistance { get; set; }
vb
<DefaultValue(3F)>
Public Overridable Property MinDragDistance As Single

Property Value

TypeDefaultDescription
Single3

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 TypePath to MinDragDistance
DiagramControl

.OptionsBehavior .MinDragDistance

|

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace