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?
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?
Use
ContentDialog
instead. You can build it using Visual Studio template (Project -> Add -> New Item -> Content Dialog)