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


In This Topic
    SetWillNotDraw Method (AnnotationLayer)
    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 AnnotationLayer
    Dim willNotDraw As Boolean
     
    instance.SetWillNotDraw(willNotDraw)
    [Android.Runtime.Register("setWillNotDraw", 
       "(Z)V", 
       "GetSetWillNotDraw_ZHandler")]
    public virtual void SetWillNotDraw( 
       bool willNotDraw
    )

    Parameters

    willNotDraw
    See Also