ClearValue
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ClearValue(DependencyProperty) | None | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject .) | DependencyObject . |
| ClearValue(DependencyPropertyKey) | None | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey . (Inherited from DependencyObject .) | DependencyObject . |