예제 #1
0
 /// <summary>
 /// Resets the Status bar icon on the left to its default green circle
 /// </summary>
 public void SetStatusIcon()
 {
     StatusIcon.Icon = FontAwesomeIcon.Circle;
     StatusIcon.Foreground = new SolidColorBrush(Colors.Green);
     StatusIcon.Spin = false;
     StatusIcon.SpinDuration = 0;
     StatusIcon.StopSpin();
 }