简体   繁体   中英

Customized Message Box in Windows Phone 8.1 WinRT application

I am not very much familiar with windows phone programming.

I need a message box like this

在此处输入图片说明

I have figured out how to show simple message box. Mean I can show a title (Alert), Desc (Account number is required), and a OK button.

And now I don't know how to:

  1. Change the color to Alert text.
  2. Its background to that dark color.
  3. And button background to orange color.

Well by using toolkit described in this link I would be able to change the color of Alert text. But I don't to use a whole toolkit just to change the color or that text. But if it can customize my message box as in above picture than I would definitely use it.

Look at the ContentDialog class . It will let you put whatever you want into a dialog.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM