Skip to main content

GalleryItemCustomDrawEventArgs.Bounds Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

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

See Also