Tagged Questions

2
votes
2answers
642 views

Silverlight 2.0: Determine if a dependency property is set before changing it

I have a dependency property (Foreground) on a custom control which is inheriting from Control. When I am loading the control, I want to see if the user has set the dependency property or if it is ...