BitmapDecoder.Preview プロパティ

定義

定義されている場合、このビットマップのグローバル プレビューを表す BitmapSource を取得します。

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
member this.Preview : System.Windows.Media.Imaging.BitmapSource
Public Overridable ReadOnly Property Preview As BitmapSource

プロパティ値

ビットマップのグローバル プレビューを表す BitmapSource 。 プレビューが定義されていない場合、このプロパティは nullを返します。 このプロパティには既定値はありません。

属性

注釈

このプロパティによって返される BitmapSource は固定されています。

適用対象

こちらもご覧ください