Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 inkpresenter 中的笔画颜色设置动画。有没有办法为inkpresenter中的每个笔画制作动画?故事板似乎只允许您修改设计时控件的属性。
故事板只能动画依赖属性。DrawingAttributes类的属性和Stroke类的Color属性都不DrawingAttributes是依赖属性,因此您不能使用情节提要对它们进行动画处理。
DrawingAttributes
Stroke
Color