RelativePanel.SetAlignHorizontalCenterWith(UIElement, Object) 方法

定义

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

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

参数

element
UIElement

向其写入属性值的对象。

value
Object

Platform::Object

IInspectable

要设置的值。 (此元素的水平中心与对齐的元素。)

注解

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

适用于

另请参阅