Back to Devexpress

CustomDrawBackgroundEventArgs.TotalBounds Property

windowsforms-devexpress-dot-xtradiagram-dot-customdrawbackgroundeventargs-26bbaa87.md

latest1.4 KB
Original Source

CustomDrawBackgroundEventArgs.TotalBounds Property

Gets the rectangle which encompasses the total background area.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public RectangleF TotalBounds { get; }
vb
Public ReadOnly Property TotalBounds As RectangleF

Property Value

TypeDescription
RectangleF

The total bounds of the background.

|

Remarks

The CustomDrawBackgroundEventArgs.ContentBounds property returns the bounds of the background excluding margins.

See Also

CustomDrawBackgroundEventArgs Class

CustomDrawBackgroundEventArgs Members

DevExpress.XtraDiagram Namespace