Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

relativepanel_setaligntopwithpanel_268167543.md

File metadata and controls

29 lines (20 loc) · 1.23 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RelativePanel.SetAlignTopWithPanel(Microsoft.UI.Xaml.UIElement,System.Boolean)
winrt method

Microsoft.UI.Xaml.Controls.RelativePanel.SetAlignTopWithPanel

-description

Sets the value of the RelativePanel.AlignTopWithPanel 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. (true to align this element's top edge with the panel's top edge; otherwise, false.)

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

-examples

-see-also

RelativePanel.AlignTopWithPanel, Attached properties overview