Skip to main content

CustomPaintEventArgs.Bounds Property

Gets the bounds of a custom graphic object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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