Partager via


BitmapFrame.Decoder Propriété

Définition

En cas de substitution dans une classe dérivée, obtient le décodeur associé à cette instance de 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

Valeur de propriété

BitmapDecoder

BitmapDecoder associé à ce BitmapFrame.

S’applique à

Voir aussi