Class ToolTipTriggerMode
Determines the gestures on which the ChartToolTipBehavior should show a tool tip.
Inheritance
System.Object
ToolTipTriggerMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class ToolTipTriggerMode : Enum
Fields
Hold
The tool tip will be shown on the hold gesture.
Declaration
public const ToolTipTriggerMode Hold
Field Value
Tap
The tool tip will be shown on the tap gesture.
Declaration
public const ToolTipTriggerMode Tap
Field Value
value__
Declaration
public int value__
Field Value
System.
|