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);

 

相关文章:

  • 2021-10-09
  • 2022-12-23
  • 2021-09-04
  • 2021-08-12
  • 2021-08-01
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
相关资源
相似解决方案