CustomDrawBackgroundEventArgs.TotalBounds Property
In This Article
Gets the rectangle which encompasses the total background area.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public RectangleF TotalBounds { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
The total bounds of the background. |
#Remarks
The CustomDrawBackgroundEventArgs.ContentBounds property returns the bounds of the background excluding margins.
See Also