Class MouseWheelEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MouseWheelEventArgs : RadRoutedEventArgs
Properties
Delta
Declaration
public int Delta { get; }
Property Value
|
System.Int32
|
Methods
GetPosition(UIElement)
Declaration
public Point GetPosition(UIElement relativeTo)
Parameters
|
Microsoft.UI.Xaml.UIElement
relativeTo
|
Returns
|
Windows.Foundation.Point
|