Skip to main content
A newer version of this page is available. .

CustomDrawBackgroundEventArgs.ContentBounds Property

Gets the rectangle which encompasses the background area excluding margins.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

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