Gets the visible bounds, nested to draw the vertical hierarchical lines for the specified 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 VisibleHierarchicalBounds { get; }
Visual Basic
Public ReadOnly Property VisibleHierarchicalBounds As Rectangle
	Get
Visual C++
public:
property Rectangle VisibleHierarchicalBounds {
	Rectangle get ();
}
F#
member VisibleHierarchicalBounds : Rectangle with get

Property Value

Type: Rectangle
The visible hierarchical bounds.

See Also