HitInfo.ResizeZone Property
Gets or sets the resize zone located under the test point.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking.Helpers.ResizeZone | A DevExpress.XtraBars.Docking.Helpers.ResizeZone object representing the resize zone located under the test point. null (Nothing in Visual Basic) if there is no resize zone under the test point. |
Remarks
To determine the type of the particular visual element under the test point, read the HitInfo.HitTest property’s value.
See Also