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

속성 값

Boolean

비트맵 소스에서 현재 다운로드가 진행 중이면 true이고, 그렇지 않으면 false입니다.

적용 대상