menu

Blazor

  • Code Examples
  • 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
    TooltipGesture

    DoubleClick

    Specifies the tooltip to be shown on double click event.

    Declaration
    public const TooltipGesture DoubleClick
    Field Value
    Type
    TooltipGesture

    MouseMove

    Specifies the tooltip to be shown on mouse hover event.

    Declaration
    public const TooltipGesture MouseMove
    Field Value
    Type
    TooltipGesture
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved