Is there a way to change color and font for some part of text which I want to put on TextBox or RichTextBox. I am using C# WPF.
For example
richText
You need to use the Document property of RichTextBox and add a Run to it.
Document property: http://msdn.microsoft.com/en-us/library/system.windows.controls.richtextbox.document.aspx Run: http://msdn.microsoft.com/en-us/library/system.windows.documents.run.aspx