Class ToolTipPlacement
Creates an enumeration list for the position of ToolTipPlacement
Inheritance
System.Object
    ToolTipPlacement
  Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class ToolTipPlacement : Enum
  Fields
Bottom
The tooltip is placed on the bottom.
Declaration
public const ToolTipPlacement Bottom
  Field Value
| Type | 
|---|
| ToolTipPlacement | 
Left
The tooltip is placed on the left.
Declaration
public const ToolTipPlacement Left
  Field Value
| Type | 
|---|
| ToolTipPlacement | 
None
Sets none for the ToolTipPlacement. It takes the default value.
Declaration
public const ToolTipPlacement None
  Field Value
| Type | 
|---|
| ToolTipPlacement | 
Right
The tooltip is placed on the right.
Declaration
public const ToolTipPlacement Right
  Field Value
| Type | 
|---|
| ToolTipPlacement | 
Top
The tooltip is placed on the top.
Declaration
public const ToolTipPlacement Top
  Field Value
| Type | 
|---|
| ToolTipPlacement | 
Extension Methods
See Also
Syncfusion.UI.Xaml.Controls.Navigation.SfColorPicker