Class
RadDragStartedEventArgs

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:

cs-api-definition
public class RadDragStartedEventArgs : RoutedEventArgs

Inheritance: objectRadDragStartedEventArgs

Constructors

RadDragStartedEventArgs()

Initializes a new instance of the RadDragStartedEventArgs class.

Declaration

cs-api-definition
public RadDragStartedEventArgs()

RadDragStartedEventArgs(double, double, double, double, double)

Initializes a new instance of the RadDragStartedEventArgs class.

Declaration

cs-api-definition
public RadDragStartedEventArgs(double horizontalOffset, double verticalOffset, double value, double selectionStart, double selectionEnd)

Parameters

horizontalOffset

double

The horizontal offset.

verticalOffset

double

The vertical offset.

value

double

The value.

selectionStart

double

The selection start.

selectionEnd

double

The selection end.

Properties

HorizontalOffset

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

Declaration

cs-api-definition
public double HorizontalOffset { get; }

Property Value

double

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

SelectionEnd

Gets or sets the selection end.

Declaration

cs-api-definition
public double SelectionEnd { get; }

Property Value

double

The selection end.

SelectionStart

Gets or sets the selection start.

Declaration

cs-api-definition
public double SelectionStart { get; }

Property Value

double

The selection start.

Value

Gets or sets the value.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

The value.

VerticalOffset

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

Declaration

cs-api-definition
public double VerticalOffset { get; }

Property Value

double

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