C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / StateListAnimator Property


In This Topic
StateListAnimator Property (C1DropDown)
In This Topic
Syntax
'Declaration
 
Public Overridable Property StateListAnimator As Android.Animation.StateListAnimator
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Animation.StateListAnimator
 
instance.StateListAnimator = value
 
value = instance.StateListAnimator
See Also