mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +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,32 @@
|
||||
---
|
||||
title: "Resources How-to Topics"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "reusing resources [WPF]"
|
||||
- "resources [WPF], "
|
||||
ms.assetid: 9f986a6d-7cc8-45ac-bb0f-43177a57649d
|
||||
---
|
||||
# Resources How-to Topics
|
||||
The topics in this section describe how to use Windows Presentation Foundation (WPF) resources.
|
||||
|
||||
## In This Section
|
||||
[Define and Reference a Resource](how-to-define-and-reference-a-resource.md)
|
||||
[Use Application Resources](how-to-use-application-resources.md)
|
||||
[Use SystemFonts](how-to-use-systemfonts.md)
|
||||
[Use System Fonts Keys](how-to-use-system-fonts-keys.md)
|
||||
[Use SystemParameters](how-to-use-systemparameters.md)
|
||||
[Use System Parameters Keys](how-to-use-system-parameters-keys.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.FrameworkTemplate.Resources%2A>
|
||||
|
||||
<xref:System.Windows.SystemColors>
|
||||
|
||||
<xref:System.Windows.SystemParameters>
|
||||
|
||||
<xref:System.Windows.SystemFonts>
|
||||
|
||||
## Related Sections
|
||||
[XAML Resources](/dotnet/desktop-wpf/fundamentals/xaml-resources-define)
|
||||
Reference in New Issue
Block a user