The distance dragged in the y direction, in screen coordinates.

Namespace: TallComponents.Interaction.WinForms.Events
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double DY { get; }
Visual Basic
Public ReadOnly Property DY As Double
	Get

Remarks

Dragging may be performed over multiple interactors/controls. As a result, this value cannot be expressed in any "local" coordinate system.

See Also