gpt4 book ai didi

c# - 如何为 PathGeometry 设置动画以使其缓慢显示?

转载 作者:行者123 更新时间:2023-11-30 15:40:29 25 4
gpt4 key购买 nike

您好,有以下 XAML

<Path Stroke="#FF000000" StrokeThickness="3" StrokeStartLineCap="Round" StrokeEndLineCap="Round" StrokeDashCap="Round" StrokeLineJoin="Round" StrokeMiterLimit="4" Name="kvg_0994c_s1">
<Path.Data>
<PathGeometry FillRule="Nonzero" Figures="M28.27,12.64C28.32,13.27 28.52,14.32 28.17,15.16 25.86,20.7 19.22,31.55 9.81,39.71" />
</Path.Data>
</Path>

我希望为 PathGemorty 设置动画以缓慢显示自身(超过 2 秒左右)。基本上我想要的效果是自动在屏幕上画一条线,特别是上面代码中指定的路径。

我需要在 C# 代码中执行此操作,因为我正在从外部文件动态加载 XAML。任何帮助将不胜感激。

最佳答案

您必须为此使用 WPF 动画。看这里:http://msdn.microsoft.com/en-us/library/ms752312.aspx有关动画的更多信息,您可以在 Adam Nathan 的优秀书籍“Windows Presentation Foundation Unleashed”中找到。我想你可以在这里找到关于你问题的确切答案:http://social.msdn.microsoft.com/Forums/en/wpf/thread/19a7bd4b-cf28-4b31-a329-a5f58b9ec374

关于c# - 如何为 PathGeometry 设置动画以使其缓慢显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9168942/

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