Public · Protected · Private
Get position of a Control in Silverlight
Type: Public  |  Created: 2010-06-23  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • Point MyPosition = MyControl.TransformToVisual(Application.Current.RootVisual as UIElement).Transform(new Point(0, 0)); MyPosition will be the position of MyControl
    2010-06-23 10:01
This blog is frozen. No new comments or edits allowed.