LateBoundBitmapDecoder.IsDownloading Property

Definition

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

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

Property Value

true if the decoder is downloading content; otherwise, false.

Applies to