GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / RowIndent Property
In This Topic
    RowIndent Property (GoLayoutTree)
    In This Topic
    Gets or sets the default indentation of the first child of each row, if the Alignment is not a "Center" alignment.
    Syntax
    [DefaultValue(10)]
    public float RowIndent {get; set;}

    Property Value

    The default value is 10. The value should be non-negative.
    Remarks

    This is used to leave room for the links that connect a parent node with the child nodes that are in additional rows.

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

    See Also