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


In This Topic
SetWillNotDraw Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
   ByVal willNotDraw As Boolean _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim willNotDraw As Boolean
 
instance.SetWillNotDraw(willNotDraw)

Parameters

willNotDraw
See Also