WizardHitInfo.HitPoint Property
Gets or sets the test point.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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