'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the preferred spacing between a parent and a child vertex in the layout direction. The real spacing may be different for some nodes, because the layout does not allow overlappings.")> <System.ComponentModel.DefaultValueAttribute(50)> Public Property ParentChildSpacing As System.Single
'Usage
Dim instance As NBalloonTreeLayout Dim value As System.Single instance.ParentChildSpacing = value value = instance.ParentChildSpacing
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the preferred spacing between a parent and a child vertex in the layout direction. The real spacing may be different for some nodes, because the layout does not allow overlappings.")] [System.ComponentModel.DefaultValue(50)] public System.float ParentChildSpacing {get; set;}