BitmapDecoder.IsDownloading 属性

定义

获取一个值,该值指示解码器当前是否正在下载内容。

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

属性值

true 如果解码器正在下载内容,则为否则,为 false.

适用于