Skip to main content

HitInfo.Bounds Property

Gets or sets the limits for the dock panel’s element that contains the test point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure representing the element’s bounding rectangle.

See Also