LateBoundBitmapDecoder.Thumbnail プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビットマップのサムネイルを表す 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。 サムネイルが定義されていない場合、または LateBoundBitmapDecoder のコンテンツがまだダウンロード中の場合、このプロパティは null
を返します。 このプロパティには既定値はありません。
- 属性
注釈
BitmapSourceこのプロパティが返す値は固定されています。