Gets the bounds to draw hierarchical buttons, lines etc... (Bounds between the row selector and the
Header or
Row).
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle HierarchyBounds { get; } |
Visual Basic |
---|
Public ReadOnly Property HierarchyBounds As Rectangle
Get |
Visual C++ |
---|
public:
property Rectangle HierarchyBounds {
Rectangle get ();
} |
F# |
---|
member HierarchyBounds : Rectangle with get
|
Property Value
Type:
RectangleThe bounds.
See Also