Search
InteractionState.DeltaY Property
See Also
 






The vertical distance the mouse has been moved since the modification began.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double DeltaY { get; }

Visual Basic  Copy Code

Public ReadOnly Property DeltaY As Double

 Property Value

A double value representing the vertical distance.

 See Also