FrameworkPropertyMetadata Constructor
.NET Framework 3.5
Initializes a new instance of the FrameworkPropertyMetadata 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 | |
|---|---|---|
|
FrameworkPropertyMetadata() | Initializes a new instance of the FrameworkPropertyMetadata class. |
|
FrameworkPropertyMetadata(Object) | Initializes a new instance of the FrameworkPropertyMetadata class with the specified default value. |
|
FrameworkPropertyMetadata(PropertyChangedCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the specified PropertyChangedCallback callback. |
|
FrameworkPropertyMetadata(Object, FrameworkPropertyMetadataOptions) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and framework-level metadata options. |
|
FrameworkPropertyMetadata(Object, PropertyChangedCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and specified PropertyChangedCallback callback. |
|
FrameworkPropertyMetadata(PropertyChangedCallback, CoerceValueCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the specified callbacks. |
|
FrameworkPropertyMetadata(Object, FrameworkPropertyMetadataOptions, PropertyChangedCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and framework metadata options, and specified PropertyChangedCallback callback. |
|
FrameworkPropertyMetadata(Object, PropertyChangedCallback, CoerceValueCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and specified callbacks. |
|
FrameworkPropertyMetadata(Object, FrameworkPropertyMetadataOptions, PropertyChangedCallback, CoerceValueCallback) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and framework metadata options, and specified callbacks. |
|
FrameworkPropertyMetadata(Object, FrameworkPropertyMetadataOptions, PropertyChangedCallback, CoerceValueCallback, Boolean) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and framework metadata options, specified callbacks, and a Boolean that can be used to prevent animation of the property. |
|
FrameworkPropertyMetadata(Object, FrameworkPropertyMetadataOptions, PropertyChangedCallback, CoerceValueCallback, Boolean, UpdateSourceTrigger) | Initializes a new instance of the FrameworkPropertyMetadata class with the provided default value and framework metadata options, specified callbacks, a Boolean that can be used to prevent animation of the property, and a data-binding update trigger default. |