ComponentOne Xamarin.Android
WillNotCacheDrawing Method (C1ToggleButton)


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

Reference

C1ToggleButton Class
C1ToggleButton Members