gpt4 book ai didi

animation - WinRT TextBlock 代码隐藏 Canvas.Left 动画

转载 作者:行者123 更新时间:2023-12-01 23:18:25 27 4
gpt4 key购买 nike

我收到错误:

WinRT 信息:无法解析指定对象上的 TargetProperty Canvas.Left。

运行时出现此错误(构建正常)。代码的重要部分:

var canvasAnim = new DoubleAnimation() { To = -50, Duration = new Duration(TimeSpan.FromSeconds(0.3)) };
Storyboard.SetTarget(canvasAnim, MyWipedText);
Storyboard.SetTargetProperty(canvasAnim, "Canvas.Left");

我在后面的代码中附加了动画,因为这是在对更大的控件进行一般滑动之后完成的。知道如何让这个属性发挥作用吗? (不透明度在这里工作正常顺便说一句)。

谢谢

最佳答案

你需要做“(Canvas.Left)”

Storyboard.SetTargetProperty(canvasAnim, "(Canvas.Left)");

请注意,它不适用于自定义(用户定义的)附加依赖属性。

关于animation - WinRT TextBlock 代码隐藏 Canvas.Left 动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12497664/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com