标签: wpf image canvas
答案 0 :(得分:6)
致电Canvas.SetLeft(theImage, newValue);
Canvas.SetLeft(theImage, newValue);
这是使用Attached Properties from Code的标准方法。实现附加属性(例如Canvas.Left)时,为名为SetPropertyName的给定附加属性包含名为PropertyName的静态方法是标准的。
SetPropertyName
PropertyName