C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / SetWillNotCacheDrawing Method


In This Topic
SetWillNotCacheDrawing Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotCacheDrawing", 
   "(Z)V", 
   "GetSetWillNotCacheDrawing_ZHandler")>
Public Overridable Sub SetWillNotCacheDrawing( _
   ByVal willNotCacheDrawing As Boolean _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim willNotCacheDrawing As Boolean
 
instance.SetWillNotCacheDrawing(willNotCacheDrawing)

Parameters

willNotCacheDrawing
See Also