Is there any way I can add a stroke to the letters of a TextBlock, but I can't seem to figure out the properties:
<TextBlock Text="Hello World">
<TextBlock.Resources>
<Stroke ?>
I cant seem to find the right documentation, as I suspect is not the same as the WPF?