Set Values for Storyboard.TargetName
Hi,
Can anyone tell me how to assign values to Storyboard.TargetName dynamically at runtime in WPF/E?
Please let me know.
Regards,
Santosh Kalkeri
Hi,
Can anyone tell me how to assign values to Storyboard.TargetName dynamically at runtime in WPF/E?
Please let me know.
Regards,
Santosh Kalkeri
According to this post, this is not possible in the current CTP.
I believe it is in the plans to be added, but right now you cannot set this value. You need to create a new storyboard and attach it to each element you want to animate.