I am having hard time to match Special characters set in Silverlight. I only on the following:
To represent a LineBreak in Silverlight TextBlock:
use : > line
Thank all.
It is working. For Silverlight TextBlock: use in the XAML of textBlock.
TextBlock
textBlock
Thank to AnthonyWJones For Silverlight textBox, I use "\r" in the string which is used to display in TextBox.
textBox
TextBox