Blazor

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

    Show / Hide Table of Contents

    Class TooltipGesture

    Specifies the gesture in which the tooltip is to be rendered.

    Inheritance
    System.Object
    TooltipGesture
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TooltipGesture : Enum

    Fields

    Click

    Specifies the tooltip to be shown on click event.

    Declaration
    public const TooltipGesture Click
    Field Value
    Type Description
    TooltipGesture

    DoubleClick

    Specifies the tooltip to be shown on double click event.

    Declaration
    public const TooltipGesture DoubleClick
    Field Value
    Type Description
    TooltipGesture

    MouseMove

    Specifies the tooltip to be shown on mouse hover event.

    Declaration
    public const TooltipGesture MouseMove
    Field Value
    Type Description
    TooltipGesture

    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