'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ListViewLabelWrapDescr")> Public Property LabelWrap As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.LabelWrap = value value = instance.LabelWrap
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Localizable(true)] [SRDescription("ListViewLabelWrapDescr")] public System.bool LabelWrap {get; set;}