Reputation: 3442
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?
Upvotes: 0
Views: 256
Reputation: 5135
Use ContentDialog
instead. You can build it using Visual Studio template (Project -> Add -> New Item -> Content Dialog)
Upvotes: 2