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

Provides the most important info for scrolling during dragging.

Definition

Properties

Gets the height of the extent.

C#
double ExtentHeight { get; }
Property Value:

The height of the extent.

Gets the width of the extent.

C#
double ExtentWidth { get; }
Property Value:

The width of the extent.

Gets the horizontal offset.

C#
double HorizontalOffset { get; }
Property Value:

The horizontal offset.

Gets the vertical offset.

C#
double VerticalOffset { get; }
Property Value:

The vertical offset.

Gets the height of the viewport.

C#
double ViewportHeight { get; }
Property Value:

The height of the viewport.

Gets the width of the viewport.

C#
double ViewportWidth { get; }
Property Value:

The width of the viewport.

Methods

Calculate the mouse position relative to the drop element.

C#
Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters:positionInDropTargetPoint

DragDrop related data.

Returns:

Point

Relative DragPoint.