Musings
Public · Protected · Private
Get position of a Control in Silverlight
-
2010-06-23 10:01Point MyPosition = MyControl.TransformToVisual(Application.Current.RootVisual as UIElement).Transform(new Point(0, 0)); MyPosition will be the position of MyControl
This blog is frozen. No new comments or edits allowed.