共用方式為


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

屬性值

與這個 BitmapFrame 關聯的 BitmapDecoder

適用於

另請參閱