Share via


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。 否則,會在第一次存取時建立基礎解碼器。

適用於