Back to Devexpress

CustomDrawBackgroundEventArgs.ContentBounds Property

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

latest1.4 KB
Original Source

CustomDrawBackgroundEventArgs.ContentBounds Property

Gets the rectangle which encompasses the background area excluding margins.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
RectangleF

The bounds of the background excluding margins.

|

Remarks

The CustomDrawBackgroundEventArgs.TotalBounds property returns the total bounds of the background.

See Also

CustomDrawBackgroundEventArgs Class

CustomDrawBackgroundEventArgs Members

DevExpress.XtraDiagram Namespace