'Declaration
<DescriptionAttribute("Gets or sets the font used to paint text.")> <CategoryAttribute("Text")> <DefaultValueAttribute("")> Public Property Font As Font
[Description("Gets or sets the font used to paint text.")] [Category("Text")] [DefaultValue("")] public Font Font {get; set;}