GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / CommentMargin Property
In This Topic
    CommentMargin Property (GoLayoutTree)
    In This Topic
    Gets or sets the distance between a node and its comments.
    Syntax
    [DefaultValue(20)]
    public float CommentMargin {get; set;}

    Property Value

    The default value is 20.
    Remarks

    This is used by AddComments and LayoutComments.

    This just gets or sets the RootDefaults's property of the same name.

    See Also