'Declaration
<System.ComponentModel.CategoryAttribute("Item size")> <System.ComponentModel.DescriptionAttribute("Gets/sets the size of the items in IconsAndDetails style")> Public Property IconsAndDetailsSize As NSizeF
'Usage
Dim instance As NLibraryViewItemLayout Dim value As NSizeF instance.IconsAndDetailsSize = value value = instance.IconsAndDetailsSize
[System.ComponentModel.Category("Item size")] [System.ComponentModel.Description("Gets/sets the size of the items in IconsAndDetails style")] public NSizeF IconsAndDetailsSize {get; set;}