Canvas.SetBottom(UIElement, Double) 方法

定义

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

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

参数

element
UIElement

要写入属性值的元素。

length
Double

设置指定元素的 Bottom 坐标。

适用于

另请参阅