Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / PersistentDrawingCache Property


In This Topic
    PersistentDrawingCache Property (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property PersistentDrawingCache As Android.Views.PersistentDrawingCaches
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Android.Views.PersistentDrawingCaches
     
    instance.PersistentDrawingCache = value
     
    value = instance.PersistentDrawingCache
    public virtual Android.Views.PersistentDrawingCaches PersistentDrawingCache {get; set;}
    See Also