ComponentOne Xamarin.Android
SetWillNotCacheDrawing Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : SetWillNotCacheDrawing Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotCacheDrawing", 
   "(Z)V", 
   "GetSetWillNotCacheDrawing_ZHandler")>
Public Overridable Sub SetWillNotCacheDrawing( _
   ByVal willNotCacheDrawing As Boolean _
) 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim willNotCacheDrawing As Boolean
 
instance.SetWillNotCacheDrawing(willNotCacheDrawing)
[Android.Runtime.Register("setWillNotCacheDrawing", 
   "(Z)V", 
   "GetSetWillNotCacheDrawing_ZHandler")]
public virtual void SetWillNotCacheDrawing( 
   bool willNotCacheDrawing
)

Parameters

willNotCacheDrawing
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members