码迷,mamicode.com
首页 > Windows程序 > 详细

Wpf鼠标点击坐标转为屏幕坐标/后台重新设置在Canvas和Grid上的位置

时间:2016-05-06 19:13:10      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:

Point getP = PointToScreen(Mouse.GetPosition(this));

 

DockPanel.SetValue(Canvas.LeftProperty, 1.0);
            DockPanel.SetValue(Canvas.TopProperty , 5.0);
            DockPanel.SetValue(Grid.RowProperty, 5);
            DockPanel.SetValue(Grid.ColumnProperty, 3);

 

Wpf鼠标点击坐标转为屏幕坐标/后台重新设置在Canvas和Grid上的位置

标签:

原文地址:http://www.cnblogs.com/ouylvr0625/p/5466673.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!