Gets the visible bounds of the current Row.

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 visible bounds of the Row.

Remarks

If the Row is visible then the bounds do not include surface, allocated for the selectors and hierarchical (+/-) indents. In other words the Row begins from the left corner of the left visible Cell. If the row is hidden, collapsed or placed outside of the visible area, then Empty is returned.

See Also