Class
DragDeltaEventArgs

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class DragDeltaEventArgs : EventArgs

Inheritance: objectEventArgsDragDeltaEventArgs

Inherited Members EventArgs.Empty

Constructors

DragDeltaEventArgs(float, float)

Declaration

cs-api-definition
public DragDeltaEventArgs(float horizontalChange, float verticalChange)

Parameters

horizontalChange

float

verticalChange

float

Properties

HorizontalChange

Declaration

cs-api-definition
public float HorizontalChange { get; }

Property Value

float

VerticalChange

Declaration

cs-api-definition
public float VerticalChange { get; }

Property Value

float