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

適用於