Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarViewModeAnimation Class / AnimationMode Property


In This Topic
    AnimationMode Property (CalendarViewModeAnimation)
    In This Topic
    Gets or sets the kind of animation used to change ViewMode.
    Syntax
    'Declaration
     
    
    Public Property AnimationMode As CalendarViewModeAnimationMode
    'Usage
     
    
    Dim instance As CalendarViewModeAnimation
    Dim value As CalendarViewModeAnimationMode
     
    instance.AnimationMode = value
     
    value = instance.AnimationMode
    public CalendarViewModeAnimationMode AnimationMode {get; set;}
    See Also