ToolTip in WPF Radial Menu (SfRadialMenu)
23 Oct 2019 / 1 minute to read
Tooltip support available for the radial menu items. This will show when mouse over the corresponding item.
ToolTip Placement
Position of the tooltip displayed relative to the Radial Menu can be customized using ToolTipPlacement property. This have the following options.
- None: Tooltip is hidden from the display.
- Left: Tooltip is displayed left of the Radial Menu.
- Top: Tooltip is displayed on top of the Radial Menu.
- Right: Tooltip is displayed right of the Radial Menu.
- Bottom: Tooltip is displayed at the bottom of the Radial Menu.
<navigation:SfRadialMenuItem ToolTip="Bold" ToolTipPlacement="Top" />
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page