C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / LayoutAnimationListener Property


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