ClassRadDragStartedEventArgs
Provides data for the RadDragStarted event that occurs when a user drags a Thumb control with the mouse.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadDragStartedEventArgs : RoutedEventArgs
Inheritance: objectRadDragStartedEventArgs
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
horizontalOffset
The horizontal offset.
verticalOffset
The vertical offset.
value
The value.
selectionStart
The selection start.
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
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
The selection end.
SelectionStart
Gets or sets the selection start.
Declaration
public double SelectionStart { get; }
Property Value
The selection start.
Value
Gets or sets the value.
VerticalOffset
Gets the vertical distance between the current mouse position and the thumb coordinates.
Declaration
public double VerticalOffset { get; }
Property Value
The vertical distance between the current mouse position and the thumb coordinates.