C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / AnimationCacheEnabled Property


In This Topic
AnimationCacheEnabled Property (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
<ObsoleteAttribute("deprecated")>
Public Overridable Property AnimationCacheEnabled As Boolean
 
'Usage
 
Dim instance As GridCellsPanel
Dim value As Boolean
 
instance.AnimationCacheEnabled = value
 
value = instance.AnimationCacheEnabled
See Also