I have a rectangle in my XAML and want to change its Canvas.Left property in code behind:
Canvas.Left
Canvas.SetLeft(theObject, 50)