C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / PersistentDrawingCache Property


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