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

GalleryItemCustomDrawEventArgs.Bounds Property

Gets the bounding rectangle of the Gallery item currently being painted.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which represents the Gallery item’s boundaries.

See Also