'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the plug spacing to apply when routing duplicate edges")> Public Property PlugSpacing As NPlugSpacing
'Usage
Dim instance As NForceDirectedLayout Dim value As NPlugSpacing instance.PlugSpacing = value value = instance.PlugSpacing
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the plug spacing to apply when routing duplicate edges")] public NPlugSpacing PlugSpacing {get; set;}