BitmapSource.IsDownloading 屬性

定義

取得值,這個值表示目前是否正在下載 BitmapSource 內容。

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

適用於