DependencyProperty Properties
.NET Framework 4.5
The DependencyProperty type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultMetadata | Gets the PropertyMetadata that represents user-defined data for this DependencyProperty. |
|
IsAttached | Gets the property that indicates whether this DependencyProperty is associated to a DependencyObject by registration. |
|
IsEvent | Gets the property that indicates whether the DependencyProperty is an event Delegate. |
|
Name | Gets the Name of the DependencyProperty. |
|
OwnerType | Gets the Type of the DependencyProperty. |
|
PropertyType | Gets the Type of the value stored in the DependencyProperty. |
|
ValidatorType | Gets the Type implementing validation logic specific to the DependencyProperty. |