mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 23:43:19 +02:00
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:
@@ -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)
|
||||
Reference in New Issue
Block a user