Skip to main content
A newer version of this page is available. .

CustomDrawBackgroundEventArgs.ViewportBounds Property

Gets the rectangle which encompasses the viewport area.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public RectangleF ViewportBounds { get; }

Property Value

Type Description
RectangleF

The viewport bounds in the control-relative coordinates.

See Also