RelativePanel.SetAlignRightWith(UIElement, Object) 方法

定义

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

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

参数

element
UIElement

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

value
Object

Platform::Object

IInspectable

要设置的值。 (此元素的右边缘与.)

注解

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

适用于

另请参阅