ComponentOne Xamarin.Android
IsAnimated Property (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : IsAnimated Property
Gets or sets whether the control is animated during navigation.
Syntax
'Declaration
 
Public Property IsAnimated As Boolean
'Usage
 
Dim instance As C1Calendar
Dim value As Boolean
 
instance.IsAnimated = value
 
value = instance.IsAnimated
public bool IsAnimated {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members