不规则界面拖动

总是记不住,写下,记录下来

private void LayoutRoot_MouseMove(object sender, MouseEventArgs e)

        {

            if (e.LeftButton == MouseButtonState.Pressed)

            {

                this.DragMove();

            }

        }

 

你可能感兴趣的:(规则)