GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / CommentMargin Property
In This Topic
    CommentMargin Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the space to leave between the node and the comments.
    Syntax
    public float CommentMargin {get; set;}

    Property Value

    The default value is 20. Negative values may cause comments to overlap with the node.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also