'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the vertical spacing to be applied among nodes.")> Public Property NodeVerticalSpacing As System.Integer
'Usage
Dim instance As NTreeViewEx Dim value As System.Integer instance.NodeVerticalSpacing = value value = instance.NodeVerticalSpacing
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the vertical spacing to be applied among nodes.")] public System.int NodeVerticalSpacing {get; set;}