Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.26 KB

relativepanel_setalignverticalcenterwith_629994335.md

File metadata and controls

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

Windows.UI.Xaml.Controls.RelativePanel.SetAlignVerticalCenterWith

-description

Sets the value of the RelativePanel.AlignVerticalCenterWith 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.AlignVerticalCenterWith XAML attached property in XAML and won't need this method. For more info, see the RelativePanel.AlignVerticalCenterWith attached property.

-examples

-see-also

RelativePanel.AlignVerticalCenterWith, Attached properties overview