All Tags »
WPF »
Animation
Sorry, but there are no more tags available to filter with.
-
A question appeared on StackOverflow asking how to animate a property on multiple elements from one or more trigger mechanisms (i.e. a button click or list box selection). The traditional approach (for brevity’s sake, I omitted the Xaml comprising the actual UI elements) is rather straight-forward:
<Window.Resources>
...