Class TooltipShowOn
Holds slider component's Tooltip ShowOn options.
Inheritance
System.Object
TooltipShowOn
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TooltipShowOn : Enum
Fields
Always
This is used to display the tooltip until new actions occurred in slider elemenet.
Declaration
public const TooltipShowOn Always
Field Value
Type |
---|
TooltipShowOn |
Auto
This is used to display the tooltip while click / focus the slider handle elemenet.
Declaration
public const TooltipShowOn Auto
Field Value
Type |
---|
TooltipShowOn |
Focus
This is used to display the tooltip while focus the slider handle elemenet.
Declaration
public const TooltipShowOn Focus
Field Value
Type |
---|
TooltipShowOn |
Hover
This is used to display the tooltip while hover the slider handle elemenet.
Declaration
public const TooltipShowOn Hover
Field Value
Type |
---|
TooltipShowOn |