Canvas.SetLeft(UIElement, Double) 方法

定义

设置给定的依赖对象设置上的 Left 附加属性值。

public:
 static void SetLeft(System::Windows::UIElement ^ element, double length);
public static void SetLeft (System.Windows.UIElement element, double length);
static member SetLeft : System.Windows.UIElement * double -> unit
Public Shared Sub SetLeft (element As UIElement, length As Double)

参数

element
UIElement

要写入属性值的元素。

length
Double

设置指定元素的 Left 坐标。

适用于

另请参阅