'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListViewBackgroundImageTiledDescr")> Public Property BackgroundImageTiled As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.BackgroundImageTiled = value value = instance.BackgroundImageTiled
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListViewBackgroundImageTiledDescr")] public System.bool BackgroundImageTiled {get; set;}