Back to Devexpress

CustomDrawBackgroundEventArgs.ViewportBounds Property

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

latest1.2 KB
Original Source

CustomDrawBackgroundEventArgs.ViewportBounds Property

Gets the rectangle which encompasses the viewport area.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
RectangleF

The viewport bounds in the control-relative coordinates.

|

See Also

CustomDrawBackgroundEventArgs Class

CustomDrawBackgroundEventArgs Members

DevExpress.XtraDiagram Namespace