ToolTip Support in WPF Color Picker Palette

The ToolTip is a small hover box with information about the item on which mouse is being hovered over. This box displays information like the name of the color in the palette along with details of its application.

For Example: The color can be applied to background or text. The variant color percentage difference details can then be obtained from the base colors.

Use Case Scenarios

You can use ToolTip support to know the color name and its variant details.

To view samples:

  1. Select Start -> Programs -> Syncfusion -> Essential Studio xx.x.x.xx -> Dashboard.
  2. Select Run Locally Installed Samples in WPF Button.
  3. Now Search ColorPickerPalette sample and launch it.