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 |