mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-09 23:43:28 +02:00
Restore WPF .NET Framework content from WPF .NET (#144)
* Copy .NET 5 WPF content back into .NET Framework * Add H1 heading difference for .NET * Fix validation errors
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
---
|
||||
title: Define XAML resources
|
||||
description: Learn about XAML resources in WPF for .NET Core. Understand the types of XAML resources and learn how to define XAML resources.
|
||||
description: Learn about XAML resources in WPF for .NET. Understand the types of XAML resources and learn how to define XAML resources.
|
||||
author: adegeo
|
||||
ms.author: adegeo
|
||||
ms.date: 08/21/2019
|
||||
ms.topic: overview
|
||||
---
|
||||
|
||||
# Overview of XAML resources
|
||||
# Overview of XAML resources (WPF .NET)
|
||||
|
||||
A resource is an object that can be reused in different places in your app. Examples of resources include brushes and styles. This overview describes how to use resources in Extensible Application Markup Language (XAML). You can also create and access resources by using code.
|
||||
|
||||
> [!NOTE]
|
||||
> XAML resources described in this article are different from *app resources* which are generally files added to an app, such as content, data, or embedded files.
|
||||
|
||||
<!-- TODO: File redirect from docs\framework\wpf\advanced\xaml-resources.md -->
|
||||
|
||||
[!INCLUDE [desktop guide under construction](../../includes/desktop-guide-preview-note.md)]
|
||||
|
||||
## Using resources in XAML
|
||||
|
||||
Reference in New Issue
Block a user