NavBarHitInfo.HitPoint Property
Gets the test point coordinates.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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