may i know how change the foreground of a specific word in my tooltip? I want to change the "RED" words to colors.Red; Note that, all the remaining words in the tooltip should remain black color. Any can help?
XAML code snippet:
<Button Name="myBtn" Content="Click" ToolTip="Click this to change
the text to RED Color" Click="myBtn_Click"/>