Line height in TextBlock

I have a problem styling the text in the TextBlock to have line-height.

How can I achieve it?

Thanks!

You can set two undocumented properties on TextBlock: spacingAbove and spacingBelow, which both default to zero.