Android.Views.ViewGroup.AlwaysDrawnWithCacheEnabled Property
Indicates whether this ViewGroup will always try to draw its children using their drawing cache.

Syntax

[get: Android.Runtime.Register("isAlwaysDrawnWithCacheEnabled", "()Z", "GetIsAlwaysDrawnWithCacheEnabledHandler")]
[set: Android.Runtime.Register("setAlwaysDrawnWithCacheEnabled", "(Z)V", "GetSetAlwaysDrawnWithCacheEnabled_ZHandler")]
public virtual bool AlwaysDrawnWithCacheEnabled { get; set; }

See Also

ViewGroup.AlwaysDrawnWithCacheEnabled
ViewGroup.ChildrenDrawnWithCacheEnabled
View.DrawingCacheEnabled
ViewGroup.AlwaysDrawnWithCacheEnabled
ViewGroup.ChildrenDrawnWithCacheEnabled
View.DrawingCacheEnabled
View.DrawingCacheQuality

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether this ViewGroup will always try to draw its children using their drawing cache. By default this property is enabled.

Set method documentation [Android Documentation]

Indicates whether this ViewGroup will always try to draw its children using their drawing cache. This property can be set to true when the cache rendering is slightly different from the children's normal rendering. Renderings can be different, for instance, when the cache's quality is set to low. When this property is disabled, the ViewGroup will use the drawing cache of its children only when asked to. It's usually the task of subclasses to tell ViewGroup when to start using the drawing cache and when to stop using it.

Requirements

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