Files
docs-desktop/dotnet-desktop-guide/framework/wpf/controls/styles-and-templates.md
T
Andy (Steve) De George e9fcf43083 Merge pull request #1135 from dotnet/adegeo-links
Correct .NET Framework links that pointed to old .NET 5 URLs
2021-08-11 12:04:34 -07:00

27 lines
1.0 KiB
Markdown

---
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](styles-templates-overview.md)
[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)