Click or drag to resize

AltaxoMouseEventArgs Properties

The AltaxoMouseEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyButtonGets which mouse button was pressed.
Public propertyClicksGets the number of times the mouse button was pressed and released.
Public propertyDeltaGets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
Public propertyPosition 
Public propertyXGets the x-coordinate of the mouse during the generating mouse event.
Public propertyYGets the y-coordinate of the mouse during the generating mouse event.
Top
See Also