'Declaration Protected Property RectangleF As System.Drawing.RectangleF
protected System.Drawing.RectangleF RectangleF { get; set; }
protected: __property System.Drawing.RectangleF* get_RectangleF(); protected: __property void set_RectangleF(
System.Drawing.RectangleF* value
);
protected:
property System.Drawing.RectangleF^ RectangleF { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }