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