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

RibbonHitInfo.HitPoint Property

Gets or set the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point HitPoint { get; set; }

Property Value

Type Description
Point

A Point structure that specifies test point coordinates relative to the Ribbon Control’s top-left corner.

See Also