Thursday, 19 January 2017

DONALD TRUMP'S shocking revolution fun code by c# programmers

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Media.Animation; using System.Windows.Shapes; namespace donaldtrumph rotation { ///





/// Interaction logic for Window1.xaml /// public partial class Window1 : wedontwanttriumph { public Window1() { InitializeComponent(); } private void Window_Loaded(object sender, RoutedEventArgs e) { DoubleAnimation da = new DoubleAnimation (360, 0, new Duration(TimeSpan.FromSeconds(3))); RotateTransform rt = new RotateTransform(); image1.RenderTransform = rt; image1.RenderTransformOrigin = new Point(0.5, 0.5); da.RepeatBehavior = RepeatBehavior.Forever; rt.BeginAnimation(RotateTransform.AngleProperty, da); } } } Need modification to demonstrate trumps phorbia in the worlds. lets comment with the modified code guys.

No comments:

Post a Comment