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

屬性值

Boolean

如果解碼器正在下載內容則為 true,否則為 false

適用於