'Declaration Public Property Size As System.Drawing.SizeF
public System.Drawing.SizeF Size { get; set; }
public: __property System.Drawing.SizeF* get_Size(); public: __property void set_Size(
System.Drawing.SizeF* value
);
public:
property System.Drawing.SizeF^ Size { System.Drawing.SizeF^ get(); void set(System.Drawing.SizeF^ value); }