我有这个WPF代码。
<TextBlock Name="TB" TextWrapping="Wrap" Text="das asd asdasd asd asd as d as 2323213 123123" Style="{StaticResource PhoneTextTitle1Style}"/>
我需要写一个文字 在其中的红色区域之一。
""https://i.sstatic.net/1KDef.png" alt="此处输入图像描述"/"
同时,我需要具体说明案文的立场如下:
TB.Inlines.Add(new Run() { Text="123", ContentX = 4, ContetLine= 1});
TB.Inlines.Add(new Run() { Text="B", ContentX = 6, ContentLine= 2});
TB.Inlines.Add(new Run() { Text="55555", ContentX = 7, ContentLine= 4});
文本可以通过使用带有自定义文本颜色和样式的 Inlines 添加 。
我不知道字体大小和文字被包裹的位置。
<% 1 % 1 > :
案文可能不同。
字符可以样式化( 颜色、 字体大小、 文本样式 ) 。
我需要像全方位的字符和指针一样的东西