Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / PersistentDrawingCache Property


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