Property Y
Namespace TallComponents.Interaction.WPF.Events
Class DragDropEventArgs
The y-coordinate of the dragdrop event.
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.
Syntax
public Double Y { get; }
Property value
Double