Search code examples
textwindows-phone-8.1messagedialog

Windows Phone 8.1: MessageDialog Text Style


I want to style the MessageDialog text and align its text to the right instead of left.

How can I style the MessageDialog text in Windows Phone 8.1?


Solution

  • Use ContentDialog instead. You can build it using Visual Studio template (Project -> Add -> New Item -> Content Dialog)