DependencyProperty.RegisterAttached Method
.NET Framework 4
Registers an attached property with the property system.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterAttached(String, Type, Type) | Registers an attached property with the specified property name, property type, and owner type. |
|
RegisterAttached(String, Type, Type, PropertyMetadata) | Registers an attached property with the specified property name, property type, owner type, and property metadata. |
|
RegisterAttached(String, Type, Type, PropertyMetadata, ValidateValueCallback) | Registers an attached property with the specified property type, owner type, property metadata, and value validation callback for the property. |