Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,26 @@
---
title: "Styles and Templates"
ms.date: "03/30/2017"
f1_keywords:
- "AutogeneratedOrientationPage"
helpviewer_keywords:
- "styles [WPF]"
- "templates [WPF]"
ms.assetid: 7fd571fd-d54a-40fc-b332-4c4015a5b6ff
---
# Styles and Templates
Windows Presentation Foundation (WPF) styling and templating refer to a suite of features (styles, templates, triggers, and storyboards) that allow an application, document, or user interface (UI) designer to create visually compelling applications and to standardize on a particular look for their product.
## In This Section
[Styling and Templating](/dotnet/desktop-wpf/fundamentals/styles-templates-overview)
[How to: Find ControlTemplate-Generated Elements](how-to-find-controltemplate-generated-elements.md)
## Reference
<xref:System.Windows.Style>
<xref:System.Windows.Controls.ControlTemplate>
<xref:System.Windows.DataTemplate>
## Related Sections
[Advanced](../advanced/index.md)
[Control Customization](control-customization.md)
[Graphics and Multimedia](../graphics-multimedia/index.md)