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