0

我的 WPF 应用程序中有 2 个图像控件,我有一个图像列表,我想将列表中的图像分配给多个控件。

imgBackground= t.BackgroundImage //Only shows in one component don't work
imgBackground.Source  = t.BackgroundImage.Source ;//don't work

图像未显示在我尝试分配给它的所有图像控件中。我怎样才能解决这个问题?

注意 t.BackgroundImage 和 imgBackground 是 System.Windows.Controls.Image 类型

4

0 回答 0