1

I am trying to animate the colors of strokes in an inkpresenter. Is there a way to make an animation for each stroke in an inkpresenter? It seems like storyboards only allow you to modify properties for controls made a design time.

leesei
  • 6,020
  • 2
  • 29
  • 51
tbischel
  • 6,337
  • 11
  • 51
  • 73

1 Answers1

1

Storyboards can only animate dependency properties. Neither the DrawingAttributes property of a Stroke class nor the Color property of the a DrawingAttributes class are dependency properties and henc you can not animate them with a storyboard.

AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306