Class TooltipPlacement
Holds slider component's Tooltip Placement options.
Inheritance
System.Object
TooltipPlacement
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TooltipPlacement : Enum
Fields
After
This is used to render the tooltip element after the slider track.
Declaration
public const TooltipPlacement After
Field Value
Type |
---|
TooltipPlacement |
Before
This is used to render the tooltip element before the slider track.
Declaration
public const TooltipPlacement Before
Field Value
Type |
---|
TooltipPlacement |