public Rectangle Box { get; set; }
Public Property Box As Rectangle Get Set
public: property Rectangle^ Box { Rectangle^ get (); void set (Rectangle^ value); }