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.v18.2.dll

Declaration

[Browsable(false)]
public RectangleF Bounds { get; }

Property Value

Type Description
RectangleF

A RectangleF object that represents the item bounds.

See Also