LateBoundBitmapDecoder.Decoder Proprietà

Definizione

Ottiene il decodificatore sottostante associato a questo decodificatore ad associazione tardiva.

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

Valore della proprietà

Oggetto sottostante BitmapDecoder. Se sta LateBoundBitmapDecoder ancora scaricando una bitmap, il decodificatore sottostante è null. In caso contrario, il decodificatore sottostante viene creato al primo accesso.

Si applica a