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