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


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