Beispiel #1
0
        // ROTATION CLICK EVENTS

        /// <summary>
        /// Rotates the plane 90° clockwise
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void Rotate90_ButtonClick(object sender, RoutedEventArgs e) => Grid.Rotate90DegreesClockwise();