Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / LayoutAnimationListener Property


In This Topic
    LayoutAnimationListener Property (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property LayoutAnimationListener As Android.Views.Animations.Animation.IAnimationListener
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Android.Views.Animations.Animation.IAnimationListener
     
    instance.LayoutAnimationListener = value
     
    value = instance.LayoutAnimationListener
    public virtual Android.Views.Animations.Animation.IAnimationListener LayoutAnimationListener {get; set;}
    See Also