Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / WillNotCacheDrawing Method


In This Topic
    WillNotCacheDrawing Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("willNotCacheDrawing", 
       "()Z", 
       "GetWillNotCacheDrawingHandler")>
    Public Overridable Function WillNotCacheDrawing() As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    value = instance.WillNotCacheDrawing()
    [Android.Runtime.Register("willNotCacheDrawing", 
       "()Z", 
       "GetWillNotCacheDrawingHandler")]
    public virtual bool WillNotCacheDrawing()
    See Also