RelativePanel.SetAlignHorizontalCenterWithPanel(UIElement, Boolean) 方法

定义

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

public:
 static void SetAlignHorizontalCenterWithPanel(UIElement ^ element, bool value);
 static void SetAlignHorizontalCenterWithPanel(UIElement const& element, bool const& value);
public static void SetAlignHorizontalCenterWithPanel(UIElement element, bool value);
function setAlignHorizontalCenterWithPanel(element, value)
Public Shared Sub SetAlignHorizontalCenterWithPanel (element As UIElement, value As Boolean)

参数

element
UIElement

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

value
Boolean

bool

要设置的值。 (true 以在面板中水平居中居中此元素;否则为 false.)

注解

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

适用于

另请参阅