'Declaration Public Property Content As RectangleFigure
public RectangleFigure Content { get; set; }
public: __property RectangleFigure* get_Content(); public: __property void set_Content(
RectangleFigure* value
);
public:
property RectangleFigure^ Content { RectangleFigure^ get(); void set(RectangleFigure^ value); }