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
@@ -13,7 +13,7 @@ helpviewer_keywords:
# Attached properties overview (WPF .NET)
An attached property is a Extensible Application Markup Language (XAML) concept. Attached properties enable extra property/value pairs to be set on any XAML element, even though the element doesn't define those extra properties in its object model. The extra properties are globally accessible. Attached properties are typically defined as a specialized form of dependency property that doesn't have a conventional property wrapper.
An attached property is a Extensible Application Markup Language (XAML) concept. Attached properties enable extra property/value pairs to be set on any XAML element that derives from <xref:System.Windows.DependencyObject>, even though the element doesn't define those extra properties in its object model. The extra properties are globally accessible. Attached properties are typically defined as a specialized form of dependency property that doesn't have a conventional property wrapper.
[!INCLUDE [desktop guide under construction](../../includes/desktop-guide-preview-note.md)]