There is a command appendText in Windows Form Application to add text in a text box without removing previous texts.
But I didn't find any command in UWP(XAML) applications like appendText. What should I use in UWP(XAML) to do the same like appendText?