ComponentOne Xamarin.Android
WillNotCacheDrawing Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : WillNotCacheDrawing Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("willNotCacheDrawing", 
   "()Z", 
   "GetWillNotCacheDrawingHandler")>
Public Overridable Function WillNotCacheDrawing() As Boolean
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
value = instance.WillNotCacheDrawing()
[Android.Runtime.Register("willNotCacheDrawing", 
   "()Z", 
   "GetWillNotCacheDrawingHandler")]
public virtual bool WillNotCacheDrawing()
See Also

Reference

C1CheckBox Class
C1CheckBox Members