How To wrap text?

i want to wrap long text as shown in the image , in the third node we have text overlapped on image ,how can i achieve it?

Set maxSize: new go.Size(100, 30) on the TextBlock in order to limit its width, with the numbers that are appropriate for your node design.

Is the Panel of type Horizontal or Table?

Working now,thank you…:)