コントロール内に画像のリストがあります
public List<BitmapImage> Images { get; set; }
タイマーを使用して画像を変更しています。
Image imgpanel = new System.Windows.Controls.Image();
imgpanel.Source = image;
imgpanel.Stretch = maintainAspectRatio ? Stretch.Uniform : Stretch.Fill;
imgpanel.StretchDirection = StretchDirection.Both;
画像をクロスフェードして、交換時に見栄えを良くする方法を知っている人はいますか?