C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / PersistentDrawingCache Property


In This Topic
PersistentDrawingCache Property (FlexViewer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property PersistentDrawingCache As Android.Views.PersistentDrawingCaches
 
'Usage
 
Dim instance As FlexViewer
Dim value As Android.Views.PersistentDrawingCaches
 
instance.PersistentDrawingCache = value
 
value = instance.PersistentDrawingCache
See Also