Pro Silverlight 5 in VB
Silverlight 5 is the latest iteration of Microsoft's cross-browser technology for creating rich user experiences on the Web. Like its predecessor, Silverlight 4, it rides atop the .NET Framework for maximum ease of use and coding efficiency. The new technology carries forward much of the work t...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
New York :
Apress
c2012.
|
Edición: | 4th ed |
Colección: | Expert's voice in Silverlight Pro Silverlight 5 in VB
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628643806719 |
Tabla de Contenidos:
- Title Page; Copyright Page; Contents 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 ProjectCreating 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 ExperienceThe 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 BindingThe Last Word; Chapter 3: Layout; The Layout Containers; The Panel Background; Borders; Simple Layout with the StackPanel; Layout Properties; Alignment; Margins; Minimum, Maximum, and Explicit Sizes; The WrapPanel and DockPanel; The WrapPanel; The DockPanel; The Grid; Fine-Tuning Rows and Columns; Nesting Layout Containers; Spanning Rows and Columns; The GridSplitter; Coordinate-Based Layout with the Canvas; Layering with ZIndex; Clipping; Custom Layout Containers; The Two-Step Layout Process; MeasureOverride(); ArrangeOverride(); The UniformGrid; Sizing Pages
- Scrolling with the ScrollViewerScaling with the Viewbox; 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 WrapBreakPanel 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