Pro Silverlight 5 in C#
Silverlight 5 is the latest iteration of Microsoft's cross-browser technology for creating rich user experiences on the Web. Like its predecessor, it rides atop the .NET Framework for maximum ease of use and coding efficiency. The new technology carries forward much of the work that has been do...
Main Author: | |
---|---|
Other Authors: | |
Format: | eBook |
Language: | Inglés |
Published: |
New York :
Apress
c2012.
|
Edition: | 4th ed |
Series: | Expert's voice in Silverlight.
|
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628645206719 |
Table of Contents:
- Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Understanding Silverlight; Silverlight System Requirements; Silverlight vs. Flash; Silverlight vs. HTML5; Silverlight vs. Metro (and Windows 8); Silverlight and WPF; The Evolution of Silverlight; About This Book; What You Need to Use This Book; The Silverlight Toolkit; Code Samples; Feedback; The Last Word; CHAPTER 1: Introducing Silverlight; Silverlight Design Tools; Visual Studio vs. Expression Blend; Understanding Silverlight Websites
- Creating a Stand-Alone Silverlight Project Creating a Simple Silverlight Page; Adding Event-Handling Code; Testing a Silverlight Application; Creating an ASP.NET-Hosted Silverlight Project; ASP.NET Controls That Render Silverlight Content.; Mixing ASP.NET Controls and Silverlight Content.; Silverlight Compilation and Deployment; Compiling a Silverlight Application; Deploying a Silverlight Application; Silverlight Core Assemblies; Silverlight Add-on Assemblies; Assembly Caching; The HTML Test Page; Sizing the Silverlight Content Region; Silverlight Parameters; Alternate Content
- Creating a Friendly Install Experience The Mark of the Web; The Last Word; CHAPTER 2: XAML; XAML Basics; XAML Namespaces; Core Silverlight Namespaces; Design Namespaces; Custom Namespaces; The Code-Behind Class; Naming Elements; Properties and Events in XAML; Simple Properties and Type Converters; Complex Properties; Attached Properties; Nesting Elements; Events; The Full Eight Ball Example; XAML Resources; The Resources Collection; The Hierarchy of Resources; Accessing Resources in Code; Organizing Resources with Resource Dictionaries; Element-to-Element Binding; One-Way Binding
- Two-Way Binding The Last Word; CHAPTER 3: Layout; The Layout Containers; The Panel Background; Borders; Simple Layout with the Stack Panel; Layout Properties; Alignment; Margins; Minimum, Maximum, and Explicit Sizes; The Wrap Panel and Dock Panel; The Wrap Panel; The Dock Panel; The Grid; Fine-Tuning Rows and Columns; Nesting Layout Containers; Spanning Rows and Columns; The Grid Splitter; Coordinate-Based Layout with the Canvas; Layering with Zindex; Clipping; Custom Layout Containers; The Two-Step Layout Process; Measure Override(); Arrange Override(); The Uniform Grid; Sizing Pages
- Scrolling with the ScroliViewer Scaling with the View box; Full-Screen Mode; The Last Word; CHAPTER 4: Dependency Properties and Routed Events; Dependency Properties; Defining and Registering a Dependency Property; Dynamic Value Resolution; Attached Properties; The Wrap Break Panel Example; Routed Events; The Core Element Events; Event Bubbling; Handled (Suppressed) Events; An Event Bubbling Example; Mouse Handling; Right-Clicks; Double and Triple Clicks; Mouse Movements; The Mouse Wheel; Capturing the Mouse; A Mouse Event Example; Mouse Cursors; Keyboard Handling; Key Presses; Key Modifiers
- Focus