GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / Comments Property
In This Topic
    Comments Property (GoLayoutForceDirected)
    In This Topic
    Gets or sets whether AddComments should find all Northwoods.Go.GoBalloon comments whose anchors are nodes represented in the Network and add GoLayoutForceDirectedNodes representing those balloon comments as nodes in the network.
    Syntax
    [DefaultValue(true)]
    [Description("whether to add GoBalloon comments as separate GoLayoutForceDirectedNodes to the Network")]
    public bool Comments {get; set;}

    Property Value

    The default value is true
    See Also