GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTreeNode Class
/ SubtreeSize Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
SubtreeSize Property
In This Topic
Gets or sets the size of the subtree (including all descendents) parented by this node.
Syntax
C#
public
SizeF
SubtreeSize {
get
;
set
;}
Remarks
This informational property is computed by
GoLayoutTree.LayoutTree
. Of course if there are no children, this is just the same as
System.Drawing.Size
. You probably should not be setting this property.
See Also
Reference
GoLayoutTreeNode Class
GoLayoutTreeNode Members