'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ListViewAlignmentDescr")> Public Property Alignment As System.Windows.Forms.ListViewAlignment
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.ListViewAlignment instance.Alignment = value value = instance.Alignment
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Localizable(true)] [SRDescription("ListViewAlignmentDescr")] public System.Windows.Forms.ListViewAlignment Alignment {get; set;}