'Declaration <DescriptionAttribute("The style of the button")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Style As ToolBarButtonStyle
'Usage Dim instance As ToolBarButton Dim value As ToolBarButtonStyle instance.Style = value value = instance.Style
[Description("The style of the button")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ToolBarButtonStyle Style {get; set;}