- INSTANT Silverlight 5 Animation
- Nick Polyak
- 233字
- 2021-08-05 18:20:36
Notes on the samples
We recommend that you create and build all the samples from scratch, using the source code provided with the book just as a way to check your work.
WPF experts with no previous Silverlight experience might have difficulty creating, starting, and understanding Silverlight applications, so there is Appendix A, Creating and starting a Silverlight project, describing how to do it.
Silverlight only has a subset of WPF functionality, for example, it does not have data and property triggers, and its event triggers can only react to a loaded event. MS Expression Blend SDK provides functionality to mitigate these deficiencies, as well as many other exciting features. Expression Blend SDK DLLs are free and fully redistributable and are provided with the samples under the MSExpressionBlendSDKDll
folder. Expression Blend SDK does not require Expression Blend (which we are not using anyways).
Follow the instructions within Appendix B, Changing the XAML formatting, if you want to format your XAML file to have each XML attribute on a separate line as we do in our sample code.
In order to format your C# code similar to the code in our samples, please install and use the snippets provided under the Snippets
folder (which is part of the sample code that comes with the book). Information on installing and using snippets is available in Appendix C, Installing snippets, and Appendix D, Using snippets, respectively.
- WildFly:New Features
- 玩轉Scratch少兒趣味編程
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Testing with JUnit
- Android 9 Development Cookbook(Third Edition)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- C語言程序設計案例精粹
- HTML5入門經典
- Python Data Analysis Cookbook
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Distributed Computing in Java 9
- Java EE架構設計與開發實踐
- Python程序設計現代方法
- R語言與網站分析
- Python程序設計案例教程