HitInfo.HitPoint Property
Gets the test point.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Point | A Point structure representing the test point. The point coordinates are set relative to the dock panel’s top-left corner. |
Remarks
Objects providing information about a point within a dock panel can be obtained using the panel’s DockPanel.GetHitInfo method. This method accepts the test point as its parameter. This point is assigned to the returned object’s HitPoint property.
See Also