'Declaration <DescriptionAttribute("The width, in pixels, of the WinCalculator's buttons.")> <CategoryAttribute("Appearance")> Public Property ButtonWidth As Integer
'Usage Dim instance As WinCalculator Dim value As Integer instance.ButtonWidth = value value = instance.ButtonWidth
[Description("The width, in pixels, of the WinCalculator's buttons.")] [Category("Appearance")] public int ButtonWidth {get; set;}