LateBoundBitmapDecoder.Preview 属性

定义

获取一个 BitmapSource,用于表示此位图的全局预览(如果已定义)。

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

属性值

BitmapSource

一个 BitmapSource,用于表示位图的全局预览。 如果没有定义预览或者 LateBoundBitmapDecoder 仍在下载内容,则此属性返回 null。 此属性没有默认值。

属性

注解

此属性 BitmapSource 返回的冻结。

适用于

另请参阅