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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.