我的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