Search
InteractionState.DeltaX Property
See Also
 






The horizontal distance the handle has been moved since the modification began.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double DeltaX { get; }

Visual Basic  Copy Code

Public ReadOnly Property DeltaX As Double

 Property Value

A double value representing the horizontal distance.

 See Also