共用方式為


BitmapDecoder.Preview 屬性

定義

如果有定義預覽,取得代表這個點陣圖全域預覽的 BitmapSource

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
public virtual 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 Overridable ReadOnly Property Preview As BitmapSource

屬性值

代表點陣圖全域預覽的 BitmapSource。 如果沒有定義任何預覽,則這個屬性會傳回 null。 此屬性沒有預設值。

屬性

備註

BitmapSource此屬性傳回的 已凍結。

適用於

另請參閱