C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Animate Method


In This Topic
Animate Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("animate", 
   "()Landroid/view/ViewPropertyAnimator;", 
   "GetAnimateHandler", 
   ApiSince=12)>
Public Overridable Function Animate() As Android.Views.ViewPropertyAnimator
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Views.ViewPropertyAnimator
 
value = instance.Animate()
See Also