/colorful-paragraph

Customized background colors for each word in a paragraph.

Primary LanguageC#

Colorful Paragraph

Color each word of a sentence using C#.

Alt text

This program presents a custom control which extends from a RichTextBox that supports coloring of letters/words.

Features

  • Change the color of a letter/word when adding it to the control.
  • Get a summary of how many words are grouped by each color.
  • Get words by index.

Note: The term 'word' is used for a string that is separated by a space.