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