'Declaration <DescriptionAttribute("The appearance of the button.")> <CategoryAttribute("Appearance")> Public Property ButtonType As ButtonType
'Usage Dim instance As CalculatorButtonAppearance Dim value As ButtonType instance.ButtonType = value value = instance.ButtonType
[Description("The appearance of the button.")] [Category("Appearance")] public ButtonType ButtonType {get; set;}