'Declaration <DescriptionAttribute("The style of the button")> <DefaultValueAttribute()> 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()] public ToolBarButtonStyle Style {get; set;}