Back to Devexpress

DockingEventArgs.DragPoint Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-535ae34e.md

latest1.2 KB
Original Source

DockingEventArgs.DragPoint Property

Gets the mouse pointer’s coordinates relative to the top left corner of the screen.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Point DragPoint { get; }
vb
Public ReadOnly Property DragPoint As Point

Property Value

TypeDescription
Point

A Point structure specifying the current position of the mouse pointer, in screen coordinates.

|

See Also

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace