LateBoundBitmapDecoder.Decoder Propiedad

Definición

Obtiene el descodificador subyacente asociado a este descodificador enlazado en tiempo de ejecución.

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

Valor de propiedad

Subyacente BitmapDecoder. LateBoundBitmapDecoder Si sigue descargando un mapa de bits, el descodificador subyacente es null. De lo contrario, el descodificador subyacente se crea en el primer acceso.

Se aplica a