mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
2.3 KiB
2.3 KiB
title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
| title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||
|---|---|---|---|---|---|---|---|---|---|
| Properties | 03/30/2017 |
|
|
d6e0197f-f2c4-48ed-b45b-b9cdb64aab1c |
Properties (WPF)
Windows Presentation Foundation (WPF) provides a set of services that can be used to extend the functionality of a common language runtime (CLR) property. Collectively, these services are typically referred to as the WPF property system. A property that is backed by the WPF property system is known as a dependency property.
In This Section
- Dependency Properties Overview
- Attached Properties Overview
- Custom Dependency Properties
- Dependency Property Metadata
- Dependency Property Callbacks and Validation
- Framework Property Metadata
- Dependency Property Value Precedence
- Read-Only Dependency Properties
- Property Value Inheritance
- Dependency Property Security
- Safe Constructor Patterns for DependencyObjects
- Collection-Type Dependency Properties
- XAML Loading and Dependency Properties
- How-to Topics
Reference
xref:System.Windows.DependencyProperty
xref:System.Windows.PropertyMetadata
xref:System.Windows.FrameworkPropertyMetadata
xref:System.Windows.DependencyObject
Related Sections
WPF Architecture
XAML in WPF
Base Elements
Element Tree and Serialization
Events
Input
Resources
WPF Content Model
Threading Model