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