GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTreeNode Class
/ Comments Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Comments Property (GoLayoutTreeNode)
In This Topic
Gets or sets a collection of
Northwoods.Go.GoObject
s that will be positioned near the node.
Syntax
C#
public
IGoCollection
Comments {
get
;
set
;}
Property Value
The default value is null.
Remarks
These objects should not have their own
GoLayoutTreeNode
s to be laid out. Typically these will be instances of
Northwoods.Go.GoBalloon
. This collection should be allocated and initialized in
AddComments
.
See Also
Reference
GoLayoutTreeNode Class
GoLayoutTreeNode Members