C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearsPanel Class / LayoutAnimationListener Property


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