Gets the bounds of the hierarchical indent (space between the row selector and the left corner of the 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 HierarchicalIndent { get; }
Visual Basic
Public ReadOnly Property HierarchicalIndent As Rectangle
	Get
Visual C++
public:
property Rectangle HierarchicalIndent {
	Rectangle get ();
}
F#
member HierarchicalIndent : Rectangle with get

Property Value

Type: Rectangle
The hierarchical indent.

Remarks

The hierarchical indent is the surface to show expansion buttons and hierarchical lines

See Also