'Declaration <DescriptionAttribute("The alignment of the WinComboBox's image.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(False)> <LocalizableAttribute(True)> Public Property ImageAlignment As ContentAlignment
'Usage Dim instance As WinComboBox Dim value As ContentAlignment instance.ImageAlignment = value value = instance.ImageAlignment
[Description("The alignment of the WinComboBox's image.")] [Category("Appearance")] [Browsable(false)] [Localizable(true)] public ContentAlignment ImageAlignment {get; set;}