Gets the visible bounds, nested to draw the vertical hierarchical lines for the specified
Row.
Namespace: Dapfor.Net.UiAssembly: 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:
RectangleThe visible hierarchical bounds.
See Also