LateBoundBitmapDecoder.Thumbnail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.