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
Initializes a new instance of the RadDragStartedEventArgs class.
public RadDragStartedEventArgs()
Initializes a new instance of the RadDragStartedEventArgs class.
public RadDragStartedEventArgs(double horizontalOffset, double verticalOffset, double value, double selectionStart, double selectionEnd)
The horizontal offset.
verticalOffsetdoubleThe vertical offset.
valuedoubleThe value.
selectionStartdoubleThe selection start.
selectionEnddoubleThe selection end.
Properties
Gets the horizontal distance between the current mouse position and the thumb coordinates.
public double HorizontalOffset { get; }
The horizontal distance between the current mouse position and the thumb coordinates.
Gets or sets the selection end.
public double SelectionEnd { get; }
The selection end.
Gets or sets the selection start.
public double SelectionStart { get; }
The selection start.
Gets the vertical distance between the current mouse position and the thumb coordinates.
public double VerticalOffset { get; }
The vertical distance between the current mouse position and the thumb coordinates.