Basically i display the some text in the MessageBox
with Ok
and Cancel
button in WindowPhone 7.1.
I need the requirement like the below.
Some text will be here....
Property:value...
Actually we can simply the text in the MessageBox, but how can i add the linebreak between the text in the MessageBox.. Is there any way to do this in Windows Phone?
You can use Environment.Newline for line breaks
string msg = "Text here" + Environment.NewLine + "some other text";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With