LateBoundBitmapDecoder.Decoder Propiedad

Definición

Obtiene el decodificador 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

Objeto BitmapDecoder subyacente. Si LateBoundBitmapDecoder aún está descargando un mapa de bits, el descodificador subyacente es null. De lo contrario, se crea el decodificador subyacente en el primer acceso.

Se aplica a