C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / AlwaysDrawnWithCacheEnabled Property


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