'Declaration
<System.ComponentModel.CategoryAttribute("Spacing")> <System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between the items in all Icon view styles")> Public Property IconSpacing As NSizeF
'Usage
Dim instance As NLibraryViewItemLayout Dim value As NSizeF instance.IconSpacing = value value = instance.IconSpacing
[System.ComponentModel.Category("Spacing")] [System.ComponentModel.Description("Gets/sets the spacing between the items in all Icon view styles")] public NSizeF IconSpacing {get; set;}