C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartTooltip Class / TouchDelegate Property


In This Topic
TouchDelegate Property (ChartTooltip)
In This Topic
Syntax
'Declaration
 
Public Overridable Property TouchDelegate As Android.Views.TouchDelegate
 
'Usage
 
Dim instance As ChartTooltip
Dim value As Android.Views.TouchDelegate
 
instance.TouchDelegate = value
 
value = instance.TouchDelegate
See Also