标签: c# xaml windows-8 microsoft-metro storyboard
如何在metro应用程序中使用storyboard设置Line.Y2和Line.X2属性。
Line.Y2
Line.X2
我尝试使用下面的
Storyboard.SetTargetProperty(animation,"Line.Y2");
但这不起作用。
请给我任何帮助。
答案 0 :(得分:0)
你试过了吗?
Storyboard.SetTargetProperty(animation, new PropertyPath(Line.X2Property));