C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / StopNestedScroll Method


In This Topic
StopNestedScroll Method (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("stopNestedScroll", 
   "()V", 
   "GetStopNestedScrollHandler", 
   ApiSince=21)>
Public Overridable Sub StopNestedScroll() 
 
'Usage
 
Dim instance As C1RadialGauge
 
instance.StopNestedScroll()
See Also