PropertyMetadata Constructor
.NET Framework 4.5
Initializes a new instance of the PropertyMetadata class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PropertyMetadata() | Initializes a new instance of the PropertyMetadata class. |
|
PropertyMetadata(Object) | Initializes a new instance of the PropertyMetadata class with a specified default value for the dependency property that this metadata will be applied to. |
|
PropertyMetadata(PropertyChangedCallback) | Initializes a new instance of the PropertyMetadata class with the specified PropertyChangedCallback implementation reference. |
|
PropertyMetadata(Object, PropertyChangedCallback) | Initializes a new instance of the PropertyMetadata class with the specified default value and PropertyChangedCallback implementation reference. |
|
PropertyMetadata(Object, PropertyChangedCallback, CoerceValueCallback) | Initializes a new instance of the PropertyMetadata class with the specified default value and callbacks. |