Class RadDragStartedEventArgs
Provides data for the RadDragStarted event that occurs when a user drags a Thumb control with the mouse.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadDragStartedEventArgs : RoutedEventArgs
Constructors
RadDragStartedEventArgs()
Initializes a new instance of the RadDragStartedEventArgs class.
Declaration
public RadDragStartedEventArgs()
RadDragStartedEventArgs(Double, Double, Double, Double, Double)
Initializes a new instance of the RadDragStartedEventArgs class.
Declaration
public RadDragStartedEventArgs(double horizontalOffset, double verticalOffset, double value, double selectionStart, double selectionEnd)
Parameters
System.Double
horizontalOffset
The horizontal offset. |
System.Double
verticalOffset
The vertical offset. |
System.Double
value
The value. |
System.Double
selectionStart
The selection start. |
System.Double
selectionEnd
The selection end. |
Properties
HorizontalOffset
Gets the horizontal distance between the current mouse position and the thumb coordinates.
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
The horizontal distance between the current mouse position and the thumb coordinates. |
SelectionEnd
Gets or sets the selection end.
Declaration
public double SelectionEnd { get; }
Property Value
System.Double
The selection end. |
SelectionStart
Gets or sets the selection start.
Declaration
public double SelectionStart { get; }
Property Value
System.Double
The selection start. |
Value
Gets or sets the value.
Declaration
public double Value { get; }
Property Value
System.Double
The value. |
VerticalOffset
Gets the vertical distance between the current mouse position and the thumb coordinates.
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
The vertical distance between the current mouse position and the thumb coordinates. |