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