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 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.