WPF使用FlowDocument实现图文混排

Posted lonelyxmas

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF使用FlowDocument实现图文混排相关的知识,希望对你有一定的参考价值。

原文:WPF使用FlowDocument实现图文混排

代码:

技术图片
技术图片
<RichTextBox CaretBrush="#fff" Background="Transparent" BorderThickness="0">
    <FlowDocument FontSize="16" Foreground="#fff">
        <Paragraph LineHeight="22">
            <Run Text="{Binding Name}"></Run>
            <Image Height="16" Width="32" Stretch="Fill" Source="/SunCreate.Vipf.Client.Resources;component/Image/MainPage/重要.png" />
        </Paragraph>
    </FlowDocument>
</RichTextBox>
技术图片

效果图:

技术图片

 

以上是关于WPF使用FlowDocument实现图文混排的主要内容,如果未能解决你的问题,请参考以下文章

iOS 表情键盘+gif聊天图文混排,看我的就够了

IOS开发之使用UIWebView实现图文混排

经验之谈—正則表達式实现图文混排

使用CoreText实现图文混排

CoreText实现图文混排之点击事件

UGUI-图文混排方案