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
See Also