Binding Color Value for coloranimation
问题 I have a Border, and i'm trying to to make it's BorderBrush Flashes "Fade in and out". But my problem, is that the Flasing color depends on the code behind. so the color will change, but i have to keep the fade in/out forever, with changing the "From" color of this Border. I tried in two ways: 1: binding the color directly, but then i know that there's a freezing thing the is needed to be applied on the color: <Border Grid.Column="1" Grid.Row="2" Name="ActiveBorder" VerticalAlignment="Stretch