Click or drag to resize
CanvasVirtualBitmapIsCachedOnDemand Property
Gets whether or not the current virtual bitmap is cached on demand.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool IsCachedOnDemand { get; }

Property Value

Type: Boolean
Remarks

If the loading options was set to anything other than CacheOnDemand then this will always return false. Otherwise, this will return true or false depending on whether not the specific image loaded supports cache on demand. See CanvasVirtualBitmap remarks for more details.

See Also