What is the difference between Canvas.SetTop(objFrameworkElement,10); and objFrameworkElement.SetVal

Posted by Divya prakash on Stack Overflow See other posts from Stack Overflow or by Divya prakash
Published on 2010-05-18T12:36:51Z Indexed on 2010/05/18 12:40 UTC
Read the original article Hit count: 215

Filed under:

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

© Stack Overflow or respective owner

Related posts about silverlight-3.0