Back to Devexpress

BaseView.Bounds Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-f4010aae.md

latest1.2 KB
Original Source

BaseView.Bounds Property

Gets the visual bounds of the current object.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Rectangle Bounds { get; }
vb
<Browsable(False)>
Public ReadOnly Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle object that specifies the bounds of the current object.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace