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

Document.Bounds Property

Gets the bounding rectangle of the area occupied by the current Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure that is the bounding rectangle of the area occupied by the current Document.

See Also