C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / IsAnimated Property


In This Topic
IsAnimated Property (C1Calendar)
In This Topic
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
See Also