Ejemplo n.º 1
0
 private void UpdateForegroudColor(TimeSpan time = default)
 {
     if (passiColore.Count == 0)
     {
         return;
     }
     this.Foreground = Anim.AnimaPropDaPassiColore(passiColore, this.Value, (SolidColorBrush)this.Foreground, tempo: time);
 }