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

    Property Value

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