CustomDrawBackgroundEventArgs.ViewportBounds Property
In This Article
Gets the rectangle which encompasses the viewport area.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public RectangleF ViewportBounds { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
The viewport bounds in the control-relative coordinates. |
See Also