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