Class RadDragDeltaEventArgs
Inheritance
System.Object
RadDragDeltaEventArgs
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadDragDeltaEventArgs : RoutedEventArgs
Constructors
RadDragDeltaEventArgs()
Declaration
public RadDragDeltaEventArgs()
RadDragDeltaEventArgs(Double, Double, Double, Double, Double)
Declaration
public RadDragDeltaEventArgs(double horizontalChange, double verticalChange, double value, double selectionStart, double selectionEnd)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
HorizontalChange
Declaration
public double HorizontalChange { get; }
Property Value
System.
|
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
System.
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
System.
|
Value
Declaration
public double Value { get; }
Property Value
System.
|
VerticalChange
Declaration
public double VerticalChange { get; }
Property Value
System.
|