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


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