如何在 WPF 应用程序中实现 TextBlock
控件内文本的格式化?
e.g.: I would like to have certain words in bold, others in italic, and some in different colors, like this example:
我这个问题背后的原因是这个实际问题:
lblcolorfrom.Content = "Colour From: " + colourChange.ElementAt(3).Value.ToUpper();
我希望字符串的第二部分是粗体的,并且我知道我可以使用两个控件(Labels,TextBlock 等) ,但是由于已经使用了大量的控件,我宁愿不这样做。