'Declaration <DescriptionAttribute("The size of this figure.")> Public Property Size As SizeF
[Description("The size of this figure.")] public SizeF Size {get; set;}
[Description("The size of this figure.")] public: __property SizeF get_Size(); public: __property void set_Size( SizeF value );
[Description("The size of this figure.")] public: property SizeF Size { SizeF get(); void set ( SizeF value); }