Cargando…

Exploring Windows Presentation Foundation : with practical applications in .NET 5 /

Use the Windows Presentation Foundation (WPF) technology to develop Windows applications using C# and XAML for design. This book will get you through not only the basics, but also some of the more advanced concepts of WPF in .NET 5. The book starts with basic concepts such as window, page, text box,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Litvinavicius, Taurius
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress L.P., 2020.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro
  • Table of Contents
  • About the Author
  • About the Technical Reviewer
  • Introduction
  • Chapter 1: Getting Started
  • Button and Click Event
  • Window and Page
  • Text Box
  • Message Box
  • Quick Example
  • Quick Exercise
  • Chapter 2: Events
  • Application Events
  • Mouse Events
  • Keyboard Events
  • Window Events
  • Quick Example
  • Quick Exercise
  • Chapter 3: UI Elements
  • Progress Bar
  • Tabs
  • Radio Button
  • Check Box
  • Slider
  • Image
  • Media Element
  • Menu
  • List View
  • Web Browser
  • Canvas
  • Generate Elements in C#
  • Background Tasks
  • Chapter 4: Files
  • Pick and Save
  • Quick Example
  • Quick Exercise
  • Chapter 5: MVVM
  • Element to Element Binding
  • Introducing ViewModel
  • Implementing Models
  • Quick Example
  • Quick Exercise
  • Solution
  • Chapter 6: Styles
  • Window Size and Other Sizes
  • Style
  • Quick Example
  • Quick Exercise
  • Solution
  • Index