mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56: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,29 @@
|
||||
---
|
||||
title: "Properties How-to Topics"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "properties [WPF], dependency"
|
||||
- "properties [WPF], how-to topics"
|
||||
- "dependency properties [WPF]"
|
||||
ms.assetid: e16dd710-1530-4462-81a2-43719b973970
|
||||
---
|
||||
# Properties How-to Topics
|
||||
## In This Section
|
||||
[Implement a Dependency Property](how-to-implement-a-dependency-property.md)
|
||||
[Add an Owner Type for a Dependency Property](how-to-add-an-owner-type-for-a-dependency-property.md)
|
||||
[Register an Attached Property](how-to-register-an-attached-property.md)
|
||||
[Override Metadata for a Dependency Property](how-to-override-metadata-for-a-dependency-property.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.DependencyProperty>
|
||||
|
||||
<xref:System.Windows.PropertyMetadata>
|
||||
|
||||
<xref:System.Windows.FrameworkPropertyMetadata>
|
||||
|
||||
<xref:System.Windows.DependencyObject>
|
||||
|
||||
## Related Sections
|
||||
[Properties](properties-wpf.md)
|
||||
Reference in New Issue
Block a user