'Declaration Public Property rectangles As Vintasoft.Shared.Web.WebRectangle[]
public Vintasoft.Shared.Web.WebRectangle[] rectangles { get; set; }
public: __property Vintasoft.Shared.Web.WebRectangle*[] get_rectangles(); public: __property void set_rectangles(
Vintasoft.Shared.Web.WebRectangle*[]* value
);
public:
property Vintasoft.Shared.Web.WebRectangle^[] rectangles { Vintasoft.Shared.Web.WebRectangle^[] get(); void set(array<Vintasoft.Shared.Web.WebRectangle^>^ value); }