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

WizardHitInfo.HitPoint Property

Gets or sets the test point.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

public Point HitPoint { get; set; }

Property Value

Type Description
Point

A Point structure that represents the test point. The point coordinates are set relative to the XtraWizard’s top-left corner.

Remarks

To obtain the information about the visual elements located at the specified point, use the WizardControl.CalcHitInfo method.

See Also