Skip to main content

CustomDrawBackgroundEventArgs.ContentBounds Property

Gets the rectangle which encompasses the background area excluding margins.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public RectangleF ContentBounds { get; }

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