For a DependencyObject, I set a value using SetCurrentValue(...). How does one unset the value so that the property evaluates to the normal local value again?
|
| |||||
feedback
|
|
As Tejs i do not think there is a way to do that, just get the value and store it somewhere before you overwrite it as this method changes the value rather than adding an override in the ladder of precedences. | |||
|
feedback
|