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.Double
horizontalOffset
|
|
System.Double
verticalOffset
|
|
System.Double
value
|
|
System.Double
selectionStart
|
|
System.Double
selectionEnd
|
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
|
System.Double
|
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
|
System.Double
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
|
System.Double
|
Value
Declaration
public double Value { get; }
Property Value
|
System.Double
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
|
System.Double
|