'Declaration
<System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("Gets/sets the horizontal spacing between vertices")> <System.ComponentModel.DefaultValueAttribute(30)> Public Property HorizontalSpacing As System.Single
'Usage
Dim instance As NGraphTemplate Dim value As System.Single instance.HorizontalSpacing = value value = instance.HorizontalSpacing
[System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("Gets/sets the horizontal spacing between vertices")] [System.ComponentModel.DefaultValue(30)] public System.float HorizontalSpacing {get; set;}