GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTree Class
/ NodeSpacing Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
NodeSpacing Property (GoLayoutTree)
In This Topic
Gets or sets the distance between child nodes.
Syntax
C#
[
DefaultValue
(20)]
public
float
NodeSpacing {
get
;
set
;}
Property Value
The default value is 20. A negative value causes sibling nodes to overlap.
Remarks
This just gets or sets the
RootDefaults
's property of the same name.
See Also
Reference
GoLayoutTree Class
GoLayoutTree Members