使用metro应用中的故事板动画线点

时间:2012-12-01 07:50:38

标签: c# xaml windows-8 microsoft-metro storyboard

如何在metro应用程序中使用storyboard设置Line.Y2Line.X2属性。

我尝试使用下面的

Storyboard.SetTargetProperty(animation,"Line.Y2");

但这不起作用。

请给我任何帮助。

1 个答案:

答案 0 :(得分:0)

你试过了吗?

 Storyboard.SetTargetProperty(animation, new PropertyPath(Line.X2Property));