WPF programmer's reference : Windows presentation foundation with C♯ 2010 and .NET 4 /
The books included in this set are: 9780470502204 Professional ASP.NET 4: in C# and VB: Written by three highly recognized and regarded ASP.NET experts, this book provides comprehensive coverage on ASP.NET 4 with a unique approach featuring examples in both C# and VB, as is the incomparable coverage...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley,
©2010.
|
Colección: | Wrox guides.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover
- Title Page
- Copyright Page
- About the Author
- Acknowledgments
- Table of Contents
- Introduction
- Chapter 1: WPF Overview
- WPF in a Nutshell
- Project Types
- Goals and Benefits
- Disadvantages
- Summary
- Chapter 2: WPF in Visual Studio
- New Projects
- Window Designer
- XAML Editor
- Toolbox
- Solution Explorer
- Properties Window
- Window Tabs
- Code-Behind
- Summary
- Chapter 3: Expression Blend
- New Projects
- Assets Window
- Projects Window Tab
- Window Designer
- Properties Window
- Resources Window
- Objects and Timeline
- Triggers
- Control Toolbox
- Code-Behind
- Summary
- Chapter 4: Common Properties
- Size and Position
- Font
- Color
- Image Shape
- Miscellaneous
- Summary
- Chapter 5: Content Controls
- Control Overview
- Graphical Controls
- Textual Controls
- Spatial Controls
- Summary
- Chapter 6: Layout Controls
- Control Overview
- Canvas
- DockPanel
- Expander
- Grid
- ScrollViewer
- StackPanel
- StatusBar
- TabControl
- ToolBar and ToolBarTray
- UniformGrid
- Viewbox
- WindowsFormsHost
- WrapPanel
- Summary
- Chapter 7: User Interaction Controls
- Control Overview
- Button
- CheckBox
- ComboBox
- ContextMenu
- Frame
- GridSplitter
- ListBox
- Menu
- PasswordBox
- RadioButton
- RepeatButton
- RichTextBox
- ScrollBar
- Slider
- TextBox
- Summary
- Chapter 8: Two-Dimensional Drawing Controls
- Control Overview
- Stroke Properties
- Ellipse
- Line
- Path
- Polygon
- Polyline
- Rectangle
- Summary
- Chapter 9: Properties
- Property Basics
- Type Converters
- Property Element Syntax
- Property Inheritance
- Attached Properties
- Summary
- Chapter 10: Pens and Brushes
- Pens
- Brushes
- Summary
- Chapter 11: Events and Code-Behind
- Code-behind Files
- Example Code
- Event Name Attributes
- Event Handlers at Run Time
- The Handles Clause
- Summary
- Chapter 12: Resources
- Defining Resources
- Resource Types
- Resource Hierarchies
- Merged Resource Dictionaries
- Dynamic Resources
- Summary
- Chapter 13: Styles and Property Triggers
- Simplifying Properties
- Keys and Target Types
- Property Value Precedence
- Style Inheritance
- Triggers
- Summary
- Chapter 14: Event Triggers and Animation
- Event Triggers
- Property Trigger Animations
- Storyboards
- Controlling Storyboards
- Media and Timelines
- Animation without Storyboards
- Easy Animations
- Summary
- Chapter 15: Templates
- Template Overview
- ContentPresenter
- Template Binding
- Changing Control Appearance
- Template Events
- Glass Button
- Ellipse Button
- Researching Control Templates
- Summary
- Chapter 16: Themes and Skins
- Themes
- Skins
- Summary
- Chapter 17: Printing
- Printing Visual Objects
- Printing C.