Skip to main content

CustomHitTestEventArgs.Bounds Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: 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