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

BaseLayoutItemHitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v21.2.dll

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

Declaration

public Point HitPoint { get; }

Property Value

Type Description
Point

A Point structure that specifies the current test point.

See Also