Gets the bounds, available to show Rows in the scrollable surface.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Rectangle Bounds { get; }
Visual Basic
Public ReadOnly Property Bounds As Rectangle
	Get
Visual C++
public:
property Rectangle Bounds {
	Rectangle get ();
}
F#
member Bounds : Rectangle with get

Property Value

Type: Rectangle
The bounds.

See Also