RelativePanel.SetAlignBottomWith(UIElement, Object) 方法

定义

设置目标元素的 RelativePanel.AlignBottomWith XAML 附加属性的值。

public:
 static void SetAlignBottomWith(UIElement ^ element, Platform::Object ^ value);
 static void SetAlignBottomWith(UIElement const& element, IInspectable const& value);
public static void SetAlignBottomWith(UIElement element, object value);
function setAlignBottomWith(element, value)
Public Shared Sub SetAlignBottomWith (element As UIElement, value As Object)

参数

element
UIElement

要向其写入属性值的 对象。

value
Object

Platform::Object

IInspectable

要设置的值。 (将此元素的下边缘与.) 对齐的元素

注解

此方法是属性系统的实用工具方法,在大多数应用方案中不使用。 在大多数情况下,在 XAML 中设置 RelativePanel.AlignBottomWith XAML 附加属性,不需要此方法。 有关详细信息,请参阅 RelativePanel.AlignBottomWith 附加属性。

适用于

另请参阅