'Declaration <DescriptionAttribute("Font size of the default appearance.")> <CategoryAttribute("Font")> Public Property FontSize As Single
[Description("Font size of the default appearance.")] [Category("Font")] public float FontSize {get; set;}
[Description("Font size of the default appearance.")] [Category("Font")] public: __property float get_FontSize(); public: __property void set_FontSize( float value );
[Description("Font size of the default appearance.")] [Category("Font")] public: property float FontSize { float get(); void set ( float value); }