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