Sdílet prostřednictvím


BitmapFrame.Decoder Vlastnost

Definice

Při přepsání v odvozené třídě získá dekodér přidružený k této instanci 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

Hodnota vlastnosti

BitmapDecoder

To BitmapDecoder je přidruženo k tomuto BitmapFrame.

Platí pro

Viz také