Gets or sets the distance between the initial touch and the current touch location, expressed in millimeters.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public double DragDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DragDistance As Double |
See Also