Windows 8 XAML primer

Windows 8 XAML Primer is a fast-paced introduction to XAML for Windows 8 developers who are already proficient C# coders. It introduces you specifically to the world of XAML development for Windows 8 apps in a practical, hands-on way - so you'll be building apps from the very first pages. Build...

Descripción completa

Detalles Bibliográficos
Autor principal: Liberty, Jesse (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Berkeley] : Apress 2012.
Edición:1st ed. 2012.
Colección:The Expert's voice in XAML Windows 8 XAML primer
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628809606719
Tabla de Contenidos:
  • Title Page; Copyright Page; Contents at a Glance; Table of Contents; Foreword; About the Author; About the Technical Reviewer; Acknowledgments; CHAPTER 1 XAML For Windows 8: Read Me First; Writing Programs With XAML; Creating Your First XAML Application; Event Handling; Improving the Layout with Grid Rows and Columns; Windows 8 and Layout; Positioning and Sizing; Available Space; Padding; Alignment; Layout Conventions; Adding Controls and Setting Properties; CHAPTER 2 Data Binding; Binding to Objects; Three Data Binding Modes; Binding and INotifyPropertyChanged; Binding to Other Elements
  • Binding and Data ConversionBinding to Lists; CHAPTER 3 Panels; Canvas; Stack Panel; Grid; WrapGrid; Border; CHAPTER 4 Controls; TextControls; PasswordBox; RichEditBox; Selection Controls; Button, ToggleButton, HyperlinkButton; Content for Controls; CheckBox; ToggleSwitch; RadioButton; ListView and GridView; AppBar; Shapes; Ellipse and Rectangle; Path; Presentation Controls; Slider; Image; FlipView; MediaElement; Popup; ProgressBar; ProgressRing; Tooltip; CHAPTER 5 Styles and Templates; Based on Styles; Implicit Styles; Templates; CHAPTER 6 Animation and Visual State; From-To Animation
  • Key-frame AnimationEasing; View State; Index