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


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