'Declaration <DescriptionAttribute("The font of the formula box's text.")> <CategoryAttribute("Appearance")> Public Property Font As Font
'Usage Dim instance As FormulaBoxAppearance Dim value As Font instance.Font = value value = instance.Font
[Description("The font of the formula box's text.")] [Category("Appearance")] public Font Font {get; set;}