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