LateBoundBitmapDecoder.Thumbnail プロパティ

定義

ビットマップのサムネイルを表す BitmapSource を取得します (定義されている場合)。

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

プロパティ値

BitmapSource

ビットマップのサムネイルを表す BitmapSource。 サムネイルが定義されていない場合、または LateBoundBitmapDecoder のコンテンツがまだダウンロード中の場合、このプロパティは null を返します。 このプロパティには既定値はありません。

属性

注釈

BitmapSourceこのプロパティが返す値は固定されています。

適用対象

こちらもご覧ください