What is the difference between Canvas.SetTop(objFrameworkElement,10); and objFrameworkElement.SetVal
- by Divya prakash
I have a question . What is the difference between Canvas.SetTop(objFrameworkElement,10); and objFrameworkElement.SetValue(Canvas.TopProperty,20)