Class RadDragStartedEventArgs
Inheritance
System.Object
RadDragStartedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadDragStartedEventArgs : RoutedEventArgs
Constructors
RadDragStartedEventArgs()
Declaration
public RadDragStartedEventArgs()
RadDragStartedEventArgs(Double, Double, Double, Double, Double)
Declaration
public RadDragStartedEventArgs(double horizontalOffset, double verticalOffset, double value, double selectionStart, double selectionEnd)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
System.
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
System.
|
Value
Declaration
public double Value { get; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.
|