Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This following topics show you how to perform tasks specific to Windows Presentation Foundation (WPF) applications, such as designing a user interface with WPF controls and writing event handlers.
In This Section
Designing a User Interface for a WPF Application
Describes how to create a WPF application and add controls to it.Common WPF Controls
Provides an overview of the most common WPF controls.How to: Create Event Handlers for WPF Controls
Describes how to associate an event handler with a WPF control, and how to write code that is run when the event handler is raised.
Related Sections
- How to: Create a C# WPF Application
Describes how to create a simple drawing application by using WPF.