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