Share via


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 屬性傳回的 已凍結。

適用於

另請參閱