BitmapFrame.Decoder 属性

定义

在派生类中重写时,获取与此 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

属性值

BitmapDecoder

与此 BitmapFrame 关联的 BitmapDecoder

适用于

另请参阅