'Declaration <DescriptionAttribute("The alignment of the button's image")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <LocalizableAttribute(True)> Public Property ImageAlign As ContentAlignment
'Usage Dim instance As WinButton Dim value As ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[Description("The alignment of the button's image")] [Category("Appearance")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] public ContentAlignment ImageAlign {get; set;}