BitmapFrame.Decoder Proprietà

Definizione

In caso di override in una classe derivata, ottiene il decodificatore associato a questa istanza di BitmapFrame.

public:
 abstract property System::Windows::Media::Imaging::BitmapDecoder ^ Decoder { System::Windows::Media::Imaging::BitmapDecoder ^ get(); };
public abstract System.Windows.Media.Imaging.BitmapDecoder Decoder { get; }
member this.Decoder : System.Windows.Media.Imaging.BitmapDecoder
Public MustOverride ReadOnly Property Decoder As BitmapDecoder

Valore della proprietà

Oggetto associato all'oggetto BitmapDecoderBitmapFrame.

Si applica a

Vedi anche