Back to Devexpress

CustomDrawBackgroundEventArgs.PrintClientBounds Property

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

latest1.6 KB
Original Source

CustomDrawBackgroundEventArgs.PrintClientBounds Property

Gets the rectangle which encompasses the background area excluding margins when printing the diagram.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
Nullable<RectangleF>

The bounds of the background excluding margins.

|

Remarks

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

Returns null when the background is not rendered for printing.

See Also

CustomDrawBackgroundEventArgs Class

CustomDrawBackgroundEventArgs Members

DevExpress.XtraDiagram Namespace