DependencyProperty.RegisterAttached Method
Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters.
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) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. This instance is intended to declare properties that are used on objects other than the objects of owning type. |
|
RegisterAttached(String, Type, Type, PropertyMetadata) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |
|
RegisterAttached(String, Type, Type, PropertyMetadata, Type) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |