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

    Property Value

    The default value is 10.
    Remarks

    This is used by AddComments and LayoutComments.

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

    See Also