Click or drag to resize

AnnotationMouseEventArgs Properties

The AnnotationMouseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets which mouse button was pressed.
Public propertyClicks
Gets the number of times the mouse button was pressed and released.
Public propertyDelta
Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
Public propertyProcessed
Gets or sets a value indicating whether the event has been handled.
Public propertyX
Gets the x-coordinate of the mouse.
Public propertyY
Gets the y-coordinate of the mouse.
Top
See Also