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

PivotCustomDrawThreadSafeEventArgs.Bounds Property

Gets the bounding rectangle of the painted element.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the element’s boundaries.

See Also