Table of Contents

Property ClickOffset

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ClickOffset

Gets the offset between the mouse-down location and the origin of the hit-test rectangle when dragging began.

public PointD ClickOffset { get; }

Property Value

PointD

Remarks

This offset is computed on mouse down and is used to preserve the relative cursor position during a drag.