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