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

BarCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the painted element.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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