Tooltips are used to show additional information about a specific control or a link when hovering your mouse over it. The FrameworkElement class exposes a property named Tooltip, which you can find on all the controls available in WPF.
In this recipe, we will learn how to work with the tooltips in WPF. We will also cover how to design a tooltip using other controls.