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입니다.

적용 대상