LateBoundBitmapDecoder.Decoder Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.