标签: c# wpf xaml
我在后面的代码中使用以下行来获取屏幕上某些控件的位置:
double coordinate = (double)MyControl.PointFromScreen(new Point(0d, 0d)).X;
有没有办法在XAML中做同样的事情?