Canvas.SetTop(UIElement, Double) 方法

定义

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

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

参数

element
UIElement

要写入属性值的元素。

length
Double

设置指定元素的 Top 坐标。

适用于

另请参阅