Skip to main content

NavBarHitInfo.HitPoint Property

Gets the test point coordinates.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public Point HitPoint { get; set; }

Property Value

Type Description
Point

A System.Drawing.Point object reprersenting the test point.

Remarks

Hit information for a point is calculated via the NavBarControl.CalcHitInfo method. This method takes the test point as the parameter. The test point is assigned to the HitPoint property of the returned NavBarHitInfo object.

See Also