Does WPF RichTextBox support squiggly underline and inline images? -


I need to support these 2 features and editable components:

  • Inline images
  • Squagglly underlines which can be custom chords (different for their text above).

What does WPF RichTextBox support? If not, what does it do?

Displays rich textbox flow documents that support inline images through the use of one. They do not support squawgli underline by default, but you can create a custom style.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -