LateBoundBitmapDecoder.Preview 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 global preview of this bitmap, if one is defined.
public:
virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public override System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
public override System.Windows.Media.Imaging.BitmapSource Preview { get; }
[<get: System.Security.SecurityCritical>]
member this.Preview : System.Windows.Media.Imaging.BitmapSource
member this.Preview : System.Windows.Media.Imaging.BitmapSource
Public Overrides ReadOnly Property Preview As BitmapSource
Property Value
A BitmapSource that represents the global preview of the bitmap. If no preview 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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET