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项。

适用于

另请参阅