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

CustomPaintEventArgs.Bounds Property

Gets the bounds of a custom graphic object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure, that describes the location and size of the bounds rectangle.

See Also