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