TransformedBitmap.Source 屬性

定義

取得或設定點陣圖的來源。

public:
 property System::Windows::Media::Imaging::BitmapSource ^ Source { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public System.Windows.Media.Imaging.BitmapSource Source { get; set; }
member this.Source : System.Windows.Media.Imaging.BitmapSource with get, set
Public Property Source As BitmapSource

屬性值

點陣圖來源。 預設值是 null

備註

您可以將 的 屬性設定 Source 為您想要的 TransformedBitmap ,將 鏈結 TransformedBitmapBitmapSource 另一個 BitmapSource 。 如需鏈結的範例,請參閱 如何:將 BitmapSource 物件鏈結在一起

相依性屬性資訊

識別碼欄位 SourceProperty
中繼資料屬性設定為 true

適用於