C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / StopNestedScroll Method


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