LateBoundBitmapDecoder.Thumbnail Property

Definition

Gets a BitmapSource that represents the thumbnail of the bitmap, if one is defined.

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

Property Value

A BitmapSource that represents a thumbnail of the bitmap. If no thumbnail is defined, or if the LateBoundBitmapDecoder is still downloading content, this property returns null. This property has no default value.

Attributes

Remarks

The BitmapSource that this property returns is frozen.

Applies to

See also