Skip to main content
Bar

BarCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted element.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A System.Drawing.Rectangle structure representing the bounding rectangle of the element being painted.

See Also