BitmapSource.IsDownloading Property

Definition

Gets a value that indicates whether the BitmapSource content is currently downloading.

public:
 virtual property bool IsDownloading { bool get(); };
public virtual bool IsDownloading { get; }
member this.IsDownloading : bool
Public Overridable ReadOnly Property IsDownloading As Boolean

Property Value

true if the bitmap source is currently downloading; otherwise, false.

Applies to