GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Comments Property
In This Topic
    Comments Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets a collection of Northwoods.Go.GoObjects that will be positioned near the node.
    Syntax
    public IGoCollection Comments {get; set;}

    Property Value

    The default value is null.
    Remarks
    These objects should not have their own GoLayoutTreeNodes to be laid out. Typically these will be instances of Northwoods.Go.GoBalloon. This collection should be allocated and initialized in AddComments.
    See Also