Back to Devexpress

Document.Bounds Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-document-eb88f5f6.md

latest1.4 KB
Original Source

Document.Bounds Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Rectangle Bounds { get; set; }
vb
Public Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace