Guia de Introdução com o WPF Designer
The WPF Designer for Visual Studio allows you to visually create WPF applications. Many parts of the WPF Designer will be familiar to Windows Forms developers, but some new functionality is also featured in this designer. This section contains topics for getting started with the WPF Designer.
Nesta seção
Como: Criar um novo projeto de aplicativo WPF
Describes how to create your first WPF Application project.Como: Criar um novo projeto de aplicativo do navegador WPF
Describes how to create your first WPF Browser Application project.Como: Selecionar e mover elementos na superfície de design
Describes how to select and move controls and elements in the WPF Designer.Como: Adicionar novos itens a um projeto WPF
Describes how to add new items to a WPF project in the WPF Designer.Como: adicionar controles a uma janela WPF
Describes how to add controls to a WPF window in the WPF Designer.Exibição de Divisão: Visualizar a superfície de design WPF e XAML ao mesmo tempo
Describes split view, which allows you to view both XAML markup and the visual designer at the same time.Navegando na Hierarquia do Elemento de um documento WPF
Describes the Document Outline window, which allows you to view a XAML document in a hierarchical manner and to preview, select, or delete XAML elements.
Referência
System.Windows
This namespace provides several important WPF base element classes, various classes that support the WPF property system and event logic, and other types that more broadly consumed by WPF core and framework.System.Windows.Controls
This namespace provides classes to create elements, known as controls, that enable a user to interact with an application.
Seções relacionadas
Guia de Introdução (WPF)
Contains links to information intended for developers that are new to WPF.Controles do WPF de ligação a dados em Visual Studio
Descreve como usar Visual Studio para conectar aos dados e gerar negócios lógica e dados vinculações.