Windows Phone 8.1 Runtime Text Outline
问题 Is there a way to show text outline on a TextBlock ? I am showing some text on top of map control and would like to show the text in black with white outline so it's always readable. Something like this: Thanks for any tips 回答1: This sort of font manipulation isn't supported in Windows.UI.Xaml, but you can interop to DirectWrite to draw text with effects into a bitmap and then composite the bitmap on top of your map. For static text you can either pre-create a bitmap or convert the font to