Skip to main content
A newer version of this page is available. .

NavBarHitInfo.HitPoint Property

Gets the test point coordinates.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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