Hi
Is it possible to format text in actual c# code using control characters?
Example of c# code:
I am using Visual Studio 2022 code editor
I know you can specify \n for new line.
I don't want to create multiple XAML Label Text as there are several texts and their formats can vary.
Thanks