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