mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06: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,30 @@
|
||||
---
|
||||
title: "Resources"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "reusing resources [WPF]"
|
||||
- "resources [WPF]"
|
||||
- "reusing commonly defined objects [WPF]"
|
||||
ms.assetid: 12ae4b67-cd0c-4c4d-a188-2c3de173bbb9
|
||||
---
|
||||
# Resources (WPF)
|
||||
A resource is an object that can be reused in different places in your application. WPF supports different types of resources. These resources are primarily two types of resources: XAML resources and resource data files. Examples of XAML resources include brushes and styles. Resource data files are non-executable data files that an application needs.
|
||||
|
||||
## In This Section
|
||||
[XAML Resources](/dotnet/desktop-wpf/fundamentals/xaml-resources-define)
|
||||
[WPF Application Resource, Content, and Data Files](../app-development/wpf-application-resource-content-and-data-files.md)
|
||||
[Pack URIs in WPF](../app-development/pack-uris-in-wpf.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.ResourceDictionary>
|
||||
|
||||
[StaticResource Markup Extension](staticresource-markup-extension.md)
|
||||
|
||||
[DynamicResource Markup Extension](dynamicresource-markup-extension.md)
|
||||
|
||||
[x:Key Directive](/dotnet/desktop-wpf/xaml-services/xkey-directive)
|
||||
|
||||
## Related Sections
|
||||
[XAML in WPF](xaml-in-wpf.md)
|
||||
Reference in New Issue
Block a user