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