var idx = 1;
WpfScreenHelper.WindowHelper.SetWindowPosition(
this,
WindowPositions.TopLeft,
WpfScreenHelper.Screen.AllScreens.ElementAt(idx));
this.WindowState = WindowState.Normal;
this.WindowStyle = WindowStyle.SingleBorderWindow;
this.WindowStyle = WindowStyle.None;
this.WindowState = WindowState.Maximized;