Skip to main content

Document.Bounds Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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