I have a line of text in a textblock that reads:
\"Detected [gesture] with an accuracy of [accuracy]\"
In WPF, is it possible for me to be able to change th
you can use a RichTextBox for that and set IsReadOnly = true
IsReadOnly = true