Exemple #1
0
 protected StyleAnimation(UIElement target, AnimationData data) : base(data, data.triggers)
 {
     this.target = target;
     ResetTriggers();
 }