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 여전히 LateBoundBitmapDecoder 비트맵을 다운로드하는 경우 기본 디코더는 .입니다 null. 그렇지 않으면 첫 번째 액세스에서 기본 디코더가 만들어집니다.

적용 대상