Update attached-properties-overview.md (#1303)

* Update attached-properties-overview.md

* Update attached-properties-overview.md
This commit is contained in:
Andy (Steve) De George
2022-02-09 15:40:09 -06:00
committed by GitHub
parent 172e68963a
commit 47a61822d3
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ ms.assetid: 75928354-dc01-47e8-a018-8409aec1f32d
---
# Attached Properties Overview
An attached property is a concept defined by XAML. An attached property is intended to be used as a type of global property that is settable on any object. In [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)], attached properties are typically defined as a specialized form of dependency property that does not have the conventional property "wrapper".
An attached property is a concept defined by XAML. An attached property is intended to be used as a type of global property that is settable on any dependency object. In [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)], attached properties are typically defined as a specialized form of dependency property that does not have the conventional property "wrapper".
## Prerequisites <a name="prerequisites"></a>