BitmapDecoder.IsDownloading Property

Definition

Gets a value that indicates if the decoder is currently downloading content.

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 decoder is downloading content; otherwise, false.

Applies to