Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / AnimationCacheEnabled Property


In This Topic
    AnimationCacheEnabled Property (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("deprecated")>
    Public Overridable Property AnimationCacheEnabled As Boolean
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Boolean
     
    instance.AnimationCacheEnabled = value
     
    value = instance.AnimationCacheEnabled
    [Obsolete("deprecated")]
    public virtual bool AnimationCacheEnabled {get; set;}
    See Also