How to draw an arc in winRT with animation?

后端 未结 4 2014
梦毁少年i
梦毁少年i 2021-01-03 02:43

I am a newbie to WinRT and Blend and I need to draw digits 1, 2 etc with drawing effect in my WinRT application. The requirement is like the application will be drawing the

4条回答
  •  走了就别回头了
    2021-01-03 03:28

    If you build a custom control and need to animate the dependency properties for it, I've written a blog post to help at http://danielgary.net/animating-custom-dependencyproperties/

    The gist of it is you wire up an event for when your Dependency Property changes and update your layout code inside there.

提交回复
热议问题