'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between a parent and a child vertex in the layout direction")> <System.ComponentModel.DefaultValueAttribute(20)> Public Property ParentChildSpacing As System.Single
'Usage
Dim instance As NCompactDepthTreeLayout Dim value As System.Single instance.ParentChildSpacing = value value = instance.ParentChildSpacing
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the spacing between a parent and a child vertex in the layout direction")] [System.ComponentModel.DefaultValue(20)] public System.float ParentChildSpacing {get; set;}