mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* Links: .NET Desktop - net * Update dotnet-desktop-guide/net/wpf/index.yml * Update dotnet-desktop-guide/net/wpf/toc.yml Co-authored-by: Andy De George <[email protected]>
66 lines
2.3 KiB
YAML
66 lines
2.3 KiB
YAML
### YamlMime:Landing
|
|
|
|
title: Windows Presentation Foundation (WPF) documentation
|
|
summary: Learn about using Windows Presentation Foundation, an open-source, graphical user interface for Windows, on .NET Core.
|
|
|
|
metadata:
|
|
title: Windows Presentation Foundation (WPF) for .NET Core documentation
|
|
description: Learn about using Windows Presentation Foundation, an open-source, graphical user interface for Windows, on .NET Core.
|
|
ms.topic: landing-page
|
|
ms.date: 03/25/2020
|
|
|
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
|
|
|
landingContent:
|
|
|
|
# Card
|
|
- title: Learn about WPF
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: Windows Presentation Foundation overview
|
|
url: overview/index.md
|
|
- text: XAML in Windows Presentation Foundation
|
|
url: fundamentals/xaml.md
|
|
|
|
# Card
|
|
- title: Get started with WPF
|
|
linkLists:
|
|
- linkListType: concept
|
|
links:
|
|
- text: Differences from WPF on .NET Framework
|
|
url: migration/differences-from-net-framework.md
|
|
- text: Migrate from Framework to Core
|
|
url: migration/convert-project-from-net-framework.md
|
|
- linkListType: tutorial
|
|
links:
|
|
- text: Create a WPF application
|
|
url: /visualstudio/get-started/csharp/tutorial-wpf?bc=%252fdotnet%252fbreadcrumb%252ftoc.json&toc=%252fdotnet%252fdesktop-wpf%252ftoc.json
|
|
|
|
# Card
|
|
- title: Fundamentals - XAML
|
|
linkLists:
|
|
- linkListType: concept
|
|
links:
|
|
- text: Define XAML resources
|
|
url: fundamentals/xaml-resources-define.md
|
|
- text: Styles and templates
|
|
url: fundamentals/styles-templates-overview.md
|
|
- linkListType: how-to-guide
|
|
links:
|
|
- text: Create and apply a style
|
|
url: fundamentals/styles-templates-create-apply-style.md
|
|
- text: Create and apply a template
|
|
url: themes/how-to-create-apply-template.md
|
|
- linkListType: reference
|
|
links:
|
|
- text: XAML language reference
|
|
url: ../../xaml-services/index.md
|
|
|
|
- title: Fundamentals - Data
|
|
linkLists:
|
|
- linkListType: overview
|
|
links:
|
|
- text: Data binding
|
|
url: data/data-binding-overview.md
|