0

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?

Vahid
  • 3,384
  • 2
  • 35
  • 69

1 Answers1

2

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

Eldar Dordzhiev
  • 5,105
  • 2
  • 22
  • 26