Silverlight is a cross-browser and cross-client platform technology from Microsoft that can design, develop and publish network interactive programs with multimedia experience and rich interaction (RIA).
I have been spending some time learning Silverlight recently. Although I sometimes encounter some inexplicable errors, the overall feeling is okay. The rich application it brings to us is really great. Worth learning!
I will share the results of my learning with everyone. I hope it can be helpful to everyone. I also hope to learn Silverlight with everyone!
It utilizes some simple changing effects. The first element is created, and the next 11 elements are basically the same. What needs to be modified is the position relative to the main Canves and the corresponding x:Name value.
Then add 4 Storyboards to each picture object:
The mouse passes over the storyboard, the mouse moves out of the storyboard, the mouse clicks on the storyboard for the first time, and the mouse clicks on the storyboard again.
The principle is very simple and is more suitable for novices learning SL. For learning reference only.
One final question: I planned to make the picture larger from the center, but failed. I could only change the length and width. I hope SL experts can give me some advice.
Expand