CacheMode Enum

Definition

Indicates the cache mode to use when loading a Win2D image

public enum CacheMode
type CacheMode = 
Public Enum CacheMode
Inheritance
CacheMode

Fields

Default 0

The default behavior, the cache is enabled

Disabled 2

The cache is disabled and new images are always reloaded

Overwrite 1

Reload the target image and overwrite the cached entry, if it exists

Applies to