CustomDrawBackgroundEventArgs.ContentBounds Property
Gets the rectangle which encompasses the background area excluding margins.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
RectangleF | The bounds of the background excluding margins. |
Remarks
The CustomDrawBackgroundEventArgs.TotalBounds property returns the total bounds of the background.
See Also