Enum ToolTipPlacement
Creates an enumeration list for the position of ToolTipPlacement
Namespace: Syncfusion.Windows.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.Wpf.dll
Syntax
public enum ToolTipPlacement
Fields
| Name | Description |
|---|---|
| Bottom | The tooltip is placed on the bottom. |
| Left | The tooltip is placed on the left. |
| None | Sets none for the ToolTipPlacement. It takes the default value. |
| Right | The tooltip is placed on the right. |
| Top | The tooltip is placed on the top. |
See Also
Syncfusion.UI.Xaml.Controls.Navigation.SfColorPicker