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