MultiScaleImage.IsIdle Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether Deep Zoom is done downloading, decoding, blending, and animating (if springs are being used) images.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue, if Deep Zoom is done downloading, decoding, blending, and animating (if springs are being used) images. Otherwise, false.
Dependency property identifier field: IsIdleProperty
Even if AllowDownloading is false, IsIdle will be false if any images are pending.
Show: