AnnotationMouseEventArgsDelta Property |
Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the
mouse wheel.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int Delta { get; }
Public ReadOnly Property Delta As Integer
Get
Property Value
Type:
Int32 The delta for the mouse wheel.
See Also