Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / SetWillNotCacheDrawing Method


In This Topic
    SetWillNotCacheDrawing Method (AnnotationLayer)
    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 AnnotationLayer
    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