Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipShowOn - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    TooltipShowOn

    Auto

    This is used to display the tooltip while click / focus the slider handle elemenet.

    Declaration
    public const TooltipShowOn Auto
    Field Value
    Type Description
    TooltipShowOn

    Focus

    This is used to display the tooltip while focus the slider handle elemenet.

    Declaration
    public const TooltipShowOn Focus
    Field Value
    Type Description
    TooltipShowOn

    Hover

    This is used to display the tooltip while hover the slider handle elemenet.

    Declaration
    public const TooltipShowOn Hover
    Field Value
    Type Description
    TooltipShowOn

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved