Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Storyboard.SetTargetProperty(da_x,"(UIElement.RenderTransform).(TransformGroup.Children)[0].(TranslateTransform.X)");

showing compile time error..

MSIL
Error   1   The best overloaded method match for 'System.Windows.Media.Animation.Storyboard.SetTargetProperty(System.Windows.Media.Animation.Timeline, System.Windows.PropertyPath)' has some invalid arguments C:\Documents and Settings\home\my documents\visual studio 2010\Projects\newanimation\newanimation\MainPage.xaml.cs  59  17  newanimation
Posted

1 solution

Storyboard.SetTargetProperty(da_x,new PropertyPath(Polyline.WidthProperty));

found solution..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900