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; }
public virtual System.Windows.Media.Imaging.BitmapSource Preview { get; }
[<get: System.Security.SecurityCritical>]
member this.Preview : System.Windows.Media.Imaging.BitmapSource
member this.Preview : System.Windows.Media.Imaging.BitmapSource
Public Overridable ReadOnly Property Preview As BitmapSource

プロパティ値

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

属性

注釈

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

適用対象

こちらもご覧ください