PersistentDrawingCaches Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum PersistentDrawingCaches
type PersistentDrawingCaches =
- Inheritance
-
PersistentDrawingCaches
Fields
Name | Value | Description |
---|---|---|
NoCache | 0 | Used to indicate that no drawing cache should be kept in memory. |
AnimationCache | 1 | Used to indicate that the animation drawing cache should be kept in memory. |
ScrollingCache | 2 | Used to indicate that the scrolling drawing cache should be kept in memory. |
AllCaches | 3 | Used to indicate that all drawing caches should be kept in memory. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.