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