when I’m using ColorAnimation to change Background of control i’m using following syntax:
<ColorAnimation Duration="0:0:0.5"
Storyboard.TargetProperty="(Control.Foreground).(SolidColorBrush.Color)"
To="Black" />
I’m very happy it works but I couldn’t find any information about round braces in xaml syntax reference …
So could you please explain where does this syntax come from and what does the round brace actually mean?
It would be very helpful.
Thanks
Please see PropertyPath XAML Syntax: