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