DependencyObject.ClearValue Method
.NET Framework 3.0
Clears the local value of a property.
| Name | Description |
|---|---|
| DependencyObject.ClearValue (DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. |
| DependencyObject.ClearValue (DependencyPropertyKey) | Clears the local value of a property. The property to be cleared is specified by a DependencyPropertyKey. |