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。 否则,将在首次访问时创建基础解码器。

适用于