다음을 통해 공유


LateBoundBitmapDecoder.Decoder 속성

정의

이 런타임에 바인딩된 디코더와 연결된 기본 디코더를 가져옵니다.

public:
 property System::Windows::Media::Imaging::BitmapDecoder ^ Decoder { System::Windows::Media::Imaging::BitmapDecoder ^ get(); };
public System.Windows.Media.Imaging.BitmapDecoder Decoder { get; }
member this.Decoder : System.Windows.Media.Imaging.BitmapDecoder
Public ReadOnly Property Decoder As BitmapDecoder

속성 값

BitmapDecoder

내부 BitmapDecoder입니다. LateBoundBitmapDecoder가 여전히 비트맵을 다운로드하는 경우 기본 디코더는 null입니다. 그렇지 않은 경우 첫 번째 액세스에서 기본 디코더가 만들어집니다.

적용 대상