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