Skip to main content

CustomDrawBackgroundEventArgs.ViewportBounds Property

Gets the rectangle which encompasses the viewport area.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public RectangleF ViewportBounds { get; }

Property Value

Type Description
RectangleF

The viewport bounds in the control-relative coordinates.

See Also