C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / PersistentDrawingCache Property


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