'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines the plug spacing of the incomming edges.")> Public Property PlugSpacing As NPlugSpacing
'Usage
Dim instance As NClassicalTreeLayout Dim value As NPlugSpacing instance.PlugSpacing = value value = instance.PlugSpacing
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines the plug spacing of the incomming edges.")] public NPlugSpacing PlugSpacing {get; set;}