FormatConvertedBitmap.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定點陣圖的來源。
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 為您想要的 FormatConvertedBitmap ,將 鏈結 FormatConvertedBitmap 至 BitmapSource 另一個 BitmapSource 。 如需鏈結範例,請參閱 如何:將 BitmapSource 物件鏈結在一起 。
相依性屬性資訊
識別碼欄位 | SourceProperty |
設定為 的中繼資料屬性 true |
無 |