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.Double
horizontalChange
|
|
System.Double
verticalChange
|
|
System.Double
value
|
|
System.Double
selectionStart
|
|
System.Double
selectionEnd
|
Properties
HorizontalChange
Declaration
public double HorizontalChange { get; }
Property Value
|
System.Double
|
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
|
System.Double
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
|
System.Double
|
Value
Declaration
public double Value { get; }
Property Value
|
System.Double
|
VerticalChange
Declaration
public double VerticalChange { get; }
Property Value
|
System.Double
|