C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / StateListAnimator Property


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