New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadDragStartedEventArgs : RoutedEventArgs

Inheritance: objectRadDragStartedEventArgs

Constructors

Initializes a new instance of the RadDragStartedEventArgs class.

C#
public RadDragStartedEventArgs()

Initializes a new instance of the RadDragStartedEventArgs class.

C#
public RadDragStartedEventArgs(double horizontalOffset, double verticalOffset, double value, double selectionStart, double selectionEnd)
Parameters:horizontalOffsetdouble

The horizontal offset.

verticalOffsetdouble

The vertical offset.

valuedouble

The value.

selectionStartdouble

The selection start.

selectionEnddouble

The selection end.

Properties

Gets the horizontal distance between the current mouse position and the thumb coordinates.

C#
public double HorizontalOffset { get; }
Property Value:

The horizontal distance between the current mouse position and the thumb coordinates.

Gets or sets the selection end.

C#
public double SelectionEnd { get; }
Property Value:

The selection end.

Gets or sets the selection start.

C#
public double SelectionStart { get; }
Property Value:

The selection start.

Gets or sets the value.

C#
public double Value { get; }
Property Value:

The value.

Gets the vertical distance between the current mouse position and the thumb coordinates.

C#
public double VerticalOffset { get; }
Property Value:

The vertical distance between the current mouse position and the thumb coordinates.