Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The foreground value (red, in this case) does change the color of the text in the TextBlock. But it does not change the color of the Description text. There seems to be no way to change the Description text color.

<syncfusion:RibbonButton.ToolTip>
<syncfusion:ScreenTip
Foreground="Red"
Description="My Description">
<TextBlock
Width="130"
HorizontalAlignment="Left"
Text="This is my tooltip Text"
TextWrapping="Wrap" />
</syncfusion:ScreenTip>
</syncfusion:RibbonButton.ToolTip>