C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / WillNotCacheDrawing Method


In This Topic
WillNotCacheDrawing Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("willNotCacheDrawing", 
   "()Z", 
   "GetWillNotCacheDrawingHandler")>
Public Overridable Function WillNotCacheDrawing() As Boolean
 
'Usage
 
Dim instance As FlexViewer
Dim value As Boolean
 
value = instance.WillNotCacheDrawing()
See Also