Class ThumbToolTipPlacement
specifies the Thumb ToolTip placement with range slider.
Inheritance
System.Object
    ThumbToolTipPlacement
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class ThumbToolTipPlacement : Enum
  Fields
BottomRight
The tooltip placed bottom for horizontal orientation and right for vertical orientation.
Declaration
public const ThumbToolTipPlacement BottomRight
  Field Value
| Type | 
|---|
| ThumbToolTipPlacement | 
None
The tooltip is not showing.
Declaration
public const ThumbToolTipPlacement None
  Field Value
| Type | 
|---|
| ThumbToolTipPlacement | 
TopLeft
The tooltip is placed top for horizontal orientation and left for vertical orientation.
Declaration
public const ThumbToolTipPlacement TopLeft
  Field Value
| Type | 
|---|
| ThumbToolTipPlacement |