FixedPage.SetBottom(UIElement, Double) 方法

定义

设置某元素的底部与其父 Canvas 的底部之间的距离。

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

元素的底部与其父画布的底部之间的新距离。

注解

子元素的底部偏移量不会影响父画布的大小。

如果在同一元素上同时指定了上偏移量和底部偏移量,则顶部偏移优先。

将底部偏移量设置为百分比时,百分比值基于父画布的大小。

适用于

另请参阅