Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Windows Phone が初めてでAnimationArray、iOS で複数の画像のアニメーション プロパティを実現するために使用しましたが、Windows Phone 8 で同じことを実現する方法がわかりません。
AnimationArray
画像の配列を作成できます - そのためには BitmapImage[] を使用してください。次に、指定した間隔で Timer を使用して、Image XAML 要素の Source プロパティを変更します。