C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / IsAnimated Property


In This Topic
IsAnimated Property (GridBase)
In This Topic
Gets or sets whether the control is animated during navigation.
Syntax
'Declaration
 
Public Property IsAnimated As Boolean
 
'Usage
 
Dim instance As GridBase
Dim value As Boolean
 
instance.IsAnimated = value
 
value = instance.IsAnimated
See Also