Condividi tramite


BitmapFrame.Decoder Proprietà

Definizione

Quando sottoposto a override in una classe derivata, ottiene il decodificatore associato con l'istanza dell'oggetto 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à

BitmapDecoder

Oggetto BitmapDecoder associato all'oggetto BitmapFrame.

Si applica a

Vedi anche