Example #1
0
 /// <summary>
 /// Rotates the plane 90° anticlockwise
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void Rotate90Anti_ButtonClick(object sender, RoutedEventArgs e) => Grid.Rotate90DegreesAntiClockwise();