Android.Views.ViewGroup.PersistentDrawingCache Property
Returns an integer indicating what types of drawing caches are kept in memory.

Syntax

[get: Android.Runtime.Register("getPersistentDrawingCache", "()I", "GetGetPersistentDrawingCacheHandler")]
[set: Android.Runtime.Register("setPersistentDrawingCache", "(I)V", "GetSetPersistentDrawingCache_IHandler")]
public virtual PersistentDrawingCaches PersistentDrawingCache { get; set; }

See Also

ViewGroup.PersistentDrawingCache
ViewGroup.AnimationCacheEnabled
ViewGroup.PersistentDrawingCache
ViewGroup.AnimationCacheEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns an integer indicating what types of drawing caches are kept in memory.

Set method documentation [Android Documentation]

Indicates what types of drawing caches should be kept in memory after they have been created.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1