I am using a ContentDialog to display various things (progress bar, status text), and I would like to give it the same default appearance as using a MesasgeDialog to have it better fit in.
Is there XAML code for the default layout and stylisation of the MessageDialog? or can someone tell me what font is used?
Anything to appropriately fit the default MessageDialog aesthetic would help.
^Example MessageDialog style I want on the ContentDialog.
An answer using XAML would be ideal.

