Is there a way indent or outdent text that wraps around, so the display text looks something like …
A bunch of text that
wraps around
I imagine it would code something like this…
<Text Padding="20, 0, 0, 0" Indent="-20">A bunch of text that wraps around</Text>
Is there someway to achieve this effect?