ClassMouseWheelEventArgs
Class
Provides data for various events that report changes to the mouse wheel delta value of a mouse device.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class MouseWheelEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsMouseWheelEventArgs
Inherited Members
Properties
Methods
GetPosition(UIElement)
Returns the x- and y-coordinates of the mouse pointer position, optionally evaluated against a coordinate origin of a supplied UIElement />.
Declaration
cs-api-definition
public Point GetPosition(UIElement relativeTo)
Parameters
relativeTo
UIElement
Returns
Point