Enum TooltipGesture
Specifies the gesture in which the tooltip is to be rendered.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum TooltipGesture
Fields
| Name | Description |
|---|---|
| Click | Specifies the tooltip to be shown on click event. |
| DoubleClick | Specifies the tooltip to be shown on double click event. |
| MouseMove | Specifies the tooltip to be shown on mouse hover event. |