Ch.Epyx.WindMobile.WP7.View.StationDataControl.Animate C# (CSharp) Method

Animate() public method

public Animate ( ) : void
return void
        public void Animate()
        {
            if (ViewModel.StationData != null)
            {
                this.RotateTrendAnimationAngle.From = 0;
                this.RotateTrendAnimationAngle.To = -ViewModel.StationData.WindTrend;
                this.RotateTrendAnimation.Begin();
            }
        }