Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

relativepanel_setalignhorizontalcenterwith_1128810433.md

File metadata and controls

31 lines (20 loc) · 1.28 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.RelativePanel.SetAlignHorizontalCenterWith(Windows.UI.Xaml.UIElement,System.Object)
winrt method

Windows.UI.Xaml.Controls.RelativePanel.SetAlignHorizontalCenterWith

-description

Sets the value of the RelativePanel.AlignHorizontalCenterWith XAML attached property for a target element.

-parameters

-param element

The object to which the property value is written.

-param value

The value to set. (The element to align this element's horizontal center with.)

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the RelativePanel.AlignHorizontalCenterWith XAML attached property in XAML and won't need this method. For more info, see the RelativePanel.AlignHorizontalCenterWith attached property.

-examples

-see-also

RelativePanel.AlignHorizontalCenterWith, Attached properties overview