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?

link|improve this question
I don't believe you can 'unset' the value; you simply 'reset' the value to the previously saved value. If you dont have that, then you're OOL... – Tejs Aug 15 '11 at 15:50
How do you "reset" the value, and what do you mean by "previously saved value"? – Kevin Hsu Aug 15 '11 at 16:09
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.