Skip to main content

HitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point HitPoint { get; }

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