The y-coordinate of the dragdrop event.

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 Y { get; }
Visual Basic
Public ReadOnly Property Y As Double
	Get

Remarks

The Y coordinate of the base MouseEvent type is an integer. This class redefines it as a double, so that the event does not loose precision after coordinate system transformations.

See Also