public Thermometer()
 {
     this.InitializeComponent();
     AnimateGauge.Begin();
 }
 public SpeedometerTopRight()
 {
     this.InitializeComponent();
     AnimateGauge.Begin();
 }
 public Rule()
 {
     this.InitializeComponent();
     AnimateGauge.Begin();
 }