Exemple #1
0
        /// <summary>
        /// Shows the center guider
        /// </summary>
        /// <param name="allowedDockMode">allowed dock</param>
        /// <param name="screenBounds">screen bounds where to center the guider</param>
        public void ShowCenterGuider(DockAllowed allowedDockMode, Rectangle screenBounds)
        {
            ValidateNotDisposed();

            _centerGuider.Show(allowedDockMode, screenBounds);
        }