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

CustomHitTestEventArgs.Bounds Property

Gets the bounds of the item to which the test points belongs.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RectangleF Bounds { get; }

Property Value

Type Description
RectangleF

A RectangleF object that represents the item bounds.

See Also