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 |