SilverFlow.Controls.FloatingWindow.StartRestoringAnimation C# (CSharp) Method

StartRestoringAnimation() private method

Starts restoring animation.
private StartRestoringAnimation ( ) : void
return void
        private void StartRestoringAnimation()
        {
            this.MoveAndResize(restoreMaximizedStoryboard, previousPosition, previousSize.Width, previousSize.Height, RestoringDurationInMilliseconds);
        }
FloatingWindow