BitmapImage::IsDownloading Property
.NET Framework (current version)
Gets a value that indicates whether the BitmapImage is currently downloading content.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the BitmapImage is downloading content; otherwise, false.
The following code example demonstrates how to check the value of the IsDownloading property by using code. The value of the property is emitted to a MessageBox as a String.
.NET Framework
Available since 3.0
Available since 3.0
Show: