Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / ScheduleLayoutAnimation Method


In This Topic
    ScheduleLayoutAnimation Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")>
    Public Overridable Sub ScheduleLayoutAnimation() 
    'Usage
     
    
    Dim instance As C1Icon
     
    instance.ScheduleLayoutAnimation()
    [Android.Runtime.Register("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")]
    public virtual void ScheduleLayoutAnimation()
    See Also