Condividi tramite


LateBoundBitmapDecoder.Decoder Proprietà

Definizione

Ottiene il decodificatore sottostante associato al decodificatore con 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 BitmapDecoder sottostante. Se LateBoundBitmapDecoder sta ancora scaricando una bitmap, il decodificatore sottostante è null. In caso contrario, il decodificatore sottostante viene creato al primo accesso.

Si applica a