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