Multi Line Text with Expression

I have created a button template. I am using a properties of a UDT for all my values. The next step was to have the text on the button so I linked it to the UDTs Meta data property TagName. This works great until I started laying down some longer Named Buttons. I figured out the way to do it was with an expression. I simply put my formatting “” + {UDT Property} and this gave me the results I was looking for.