ImageExCachingStrategy Enum

Definition

The type of caching to be applied to ImageEx. Default is Custom

public enum ImageExCachingStrategy
type ImageExCachingStrategy = 
Public Enum ImageExCachingStrategy
Inheritance
ImageExCachingStrategy

Fields

Custom 0

Caching is handled by ImageEx's custom caching system.

Internal 1

Caching is handled internally by UWP.

Applies to