GoXam for WPF v3
Comments Property (TreeVertex)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
TreeVertex Class
: Comments Property
Gets or sets a collection of
Northwoods.GoXam.Node
s that will be positioned near the node.
Syntax
C#
public
ICollection<Node>
Comments {
get
;
set
;}
Property Value
The default value is null.
Remarks
These objects should not have their own
TreeVertex
s to be laid out. Typically these will be instances of
Northwoods.GoXam.Node
s whose
Category
is "Comment". This collection should be allocated and initialized in
AddComments
.
See Also
Reference
TreeVertex Class
TreeVertex Members