How to resize node`s elements?

Hello Walter, I created Node with two elements (Picture and TextBlock). I want resize Picture and TextBlock separately and Node totally, I found example with Part.resizeObjectName, but I can resize only one object (textBlock or Picture). Can you help me, please?

You could change the Part.resizeObjectName. Just don’t do it during a resizing operation – I don’t know what might happen then.

For example: Minimal GoJS Sample